2014-02-04 07:14 AM
I am attempting to get the CPAL I2C library to work with an STM32F407. In the DMA TC ISR handler, the code checks for the BTF flag to be set before sending the stop condition. The problem is that the BTF flag never gets set. I looked and there is no acknowledge failure.
Any ideas as to why this is? #i2c #stm32f4 #cpal