User Activity

Hello. I'm working on a board that has an STM32F401CBU6 which interfaces with a SST25VF010A 1Mbit SPI flash memory. I'm having some trouble trying to enable writing of the IC and being able to confirm this by seeing a change in the status register. M...
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...