Solved
I2C LOOP BACK TEST
Hi,
I would like to inquire whether it is possible to perform internal I2C and SPI loopback tests on the STM32F767ZI board.
Regards,
Mounika
Hi,
I would like to inquire whether it is possible to perform internal I2C and SPI loopback tests on the STM32F767ZI board.
Regards,
Mounika
SPI is full-duplex, so you can loop back MOSI to MISO.
However, I2C is half-duplex, so you can't loop back within one I2C device. You can loop back one I2C device onto another one on the same STM32, though; .
JW
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.