Hello! I want to build a bootloader (FLASH Memory) for (STM32F429I-Discovery) that loads via USB a binary application and downloads it to the external SRAM. Then the CPU jumps to run instructions from external SRAM. It is this possible? I don't...
I know, but I just want to use SDRAM to preserve flash memory lifetime. My apps that will be loaded on SDRAM are not critical, they are more for teaching purposes. Also my approach was to write an interpreter in flash memory and only data in SDRAM.