User Activity

Hello. I have a problem, I wanted to test the power saving mode on a board with a microcontroller stm32h743vit6. For this, I made a minimal project. Where I switch to stop mode and wake up by pressing the button. Consumption in this mode is about 4.5...
I am working with an STM32D103C8T6 and I want to store some data on the flash memory.I have some idea on how to do It but not sure about some details.My procedure is the following:1- Add a new section in linker at a defined address near the end.I und...