User Activity

I have been able to use the below function to enter the bootloader from the Application and successfully flash a new firmware from the UART interface./** * @brief Resets the microcontroller entering into the embedded bootloader * to allo...
I'm trying to store a const struct at a specific flash memory location using the STM32CubeIDE. I tried appending the __attribute__((at(address))) to the struct initialization, but the compiler ignores it: "warning: 'at' attribute directive ignored [-...
I need to enter into the bootloader from my application during runtime.I found an example code to achieve this for another family series and followed the instructions to determine the specific memory region I should jump to based on my particular MCU...
Kudos from