User Activity

Hi, My application has a bootloader, recently, I allocated a large block of memory on top of SRAM to protect the data from system resets, this causes the highest address of user stack changes, when this highest addresses of user stack are different i...
Hi,I am trying to use IWDG to function as a 5s timer, IWDG is reloaded every second. In order to test the functionality, I just activated it with default parameters of PRESCALER=4 RELOAD VALUE=4095, and I did nothing else (no refreshing the timer), w...
Hi,Recently, the CubeIDE reports these Semantic Errors when I build my project that has worked for months, I can't exactly remember what I had done when I first saw these errors, most likely because an SPI  Flash was added into the hardware system an...
Hi,I have a bootloader for my application, at the moment they exchange their working status by flash write. I think a better way is to declare a variable in RAM with the same address in both bootloader and application. Someone mentioned, in a post, t...
Hi,I am trying to make the jump work with an F103RC, and have read many posts in this community, but the jump simply does not work for me. The jump code is mainly from DavidNaviaux in the following post:https://community.st.com/t5/stm32-mcus-products...