Other Parts Discussed in Thread: ADS114S08
Is lt possible to configure GPIO pins (GPIO_0/Ain1, Gpio_1,GPIO_2, GPIO_3 asdigital inpuut/output pins. That seems to be the case per the manual.
However, when I try to configure the port as follows
WREG 11 00 // configure port pins as outputs
WREG 10 0F // set output high
The pins are not changing - staying low. I expected them to go high and low depending what I write to lower 4 bits setting in the WREG 0x, where x is the value.
The GPIo pins are not changing. Waht am i doing wrong?
When I press the sync button and the write to register button, The system indicates that it wrote to tthe device.