I2C interrupt handler with STM32F2xx Standard Peripheral Library
Posted on January 15, 2014 at 17:26Hi I am writing an I2C interrupt handler for the STM32F207 and am using the Standard Peripheral Library. The problem I currently have is how to set up a NAK when receiving 1 byte from an I2C slave. According to the...