User Activity

Good morning,I need to create a shared memory space between two applications (Bootloader and Application).I am working with STM32F303RET6 MCU.I want to do this inside flash memory and not SRAM.For that reason I found many examples and codes where fun...
Good morning,I need to flash on a STM32F303ret6 uC a bootloader and a main Application. Application code works if I flash only this program into the uC, but when I flash both, I always have debug problems and many times the Application doesn't work.I...
Good morning,I have a problem sharing a variable between bootloader and application into my STM32F303ret6 uC. I need to write a shared variable to tell the bootloader that it has to wait for new firmware.I read many posts which suggest to declare a v...