User Activity

I am working with an STM32F405 and have the I2C1 peripheral set up as a master in standard mode with a clock speed of 100 kHz.  The i2c bus has about 5 devices attached to it, none of which are capable of running in master mode.  I'm using the HAL_I2...
I am working with an STM32F405 and am attempting to use a page of flash to store ~1K of persistent data that will be seldom written and often read (device serial number and calibration data).I have been trying to reference sample code and a few other...