Hi,
Can you check my understanding of continuously polling the status of the GPI pins?
The right way to do this would be with the MFR_STATUS(F3h) command, where each GPI fault bit is 1 if the GPI pin is 0?
Thank you,
Delaney
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
Can you check my understanding of continuously polling the status of the GPI pins?
The right way to do this would be with the MFR_STATUS(F3h) command, where each GPI fault bit is 1 if the GPI pin is 0?
Thank you,
Delaney
Hi
No, Customer has to use GPIO_SELECT(0xFA) and GPIO_CONFIG(0xFB) command to read the GPI status
Writing Command 0xFA to select the target GPI pin and read 0xFB to get the status
Please see section 10.40 and 10.41.
https://www.ti.com/lit/pdf/sluubw7
Regards
Yihe