User Activity

I have been trying to figure out which code exactly needs to be put in SRAM4 memory region for the LPBAM tool to work. All the examples I could find only use SRAM4 and fail to explain which parts are strictly needed to be placed in that part of the m...
I am trying to reprogram a custom board with STM32F411RC over I2C using the built-in bootloader. I am able to successfully issue the Get version, Get ID and Get command and get correct response. After that when I try to do a No-streach mass erase (da...
I am working on a custom board with STM32F411RC which can communicate over SPI and I2C to the master board and acts as a slave in both cases. The master board also needs to be able to reprogram my board over I2C. Chip select signal is used to control...