Flash memory size STM32F303RET6
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...