Running a software from a flash STM32F779II
I would like to run my firmware from the flash address :0x08040000so I partitioned the memory layout for the software as shown:ENTRY(Reset_Handler) /* Highest address of the user mode stack */ _estack = 0x20080000; /* end of RAM */ /...