STM32 as I2C slave: Data recieved LED not working
I'm trying to setup an STM32F401RBT as an I2C slave with an Arduino Uno as the master. The Arduino code looks as follows: I'm simply trying to transmit "3". The STM32 side looks like this: I use these three callback functions to manage the data. I am...