Hello!
I have some question about PCA9555
Implemented GPIO expansion I/F using PCA9555D.
(I2C connection was made between STM32 MCU and PCA9555D.)
Excuse me, but I would like to ask if there is a sample source code for driving the PCA9555D.
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.
Hello!
I have some question about PCA9555
Implemented GPIO expansion I/F using PCA9555D.
(I2C connection was made between STM32 MCU and PCA9555D.)
Excuse me, but I would like to ask if there is a sample source code for driving the PCA9555D.
There are no special requirements for the PCA9555's registers.
You can find the Linux driver here: github.com/torvalds/linux/blob/master/drivers/gpio/gpio-pca953x.c But it's probably not helpful; I guess your problem is how to access the STM32's I²C hardware, which is not made by TI.
Yoonju,
Please let me know if you have any more questions.
Regards,
Tyler