Is it possible to configure the programmable GPIOs...
# caravel
a
Is it possible to configure the programmable GPIOs as a permenant analog IO by simply tieing the io_oeb input on the wrapper to HIGH? The idea is to not have to worry about programming the default behaviour of the GPIO and rely on the uC to do it for us. Thanks!
t
@Adil Malik: It is probably a good idea to tie the
oeb
pin high, but that is not strictly necessary, since you can configure the buffer for management control and then turn both input and output buffers off from the configuration word. In the
defs.h
the definition is
#define GPIO_MODE_MGMT_STD_ANALOG 0x000b
.