User Activity

Use caseI'm planning to perform STM32 firmware update over I2C. For this I need to communicate with the STM32G030C6 system memory boot loader using some other host controller. In our system we'll be using the BOOT0 pin to decide the boot area at the ...
I was attempting a STM32 firmware update over the I2C interface using some other host MCU. For this, I used the NUCLEO-G071RB; so I referred to the ST's AN4221 and implemented their firmware update flow.I configured the option bytes using STM32CubePr...