User Activity

I have been using the STM32 serial bootloader, instead of coding my own bootloader, for a while now. But lately I wanted to protect my code, so I tried to enable readout protection (RDP) level 1. This is meant to prevent the user to read the flash. H...
Hello,First of all, I am using a STM32F446 with Keil IDE. I used CubeMX to generate the Keil project.I recently encoutered a problem that seems to be some kind of stack overflow: the static variables that were located just before the stack in the RA...