STM32F746 bootloader question
Hi,I am using STM32F746NG.In the app link file, I set flash to 0x08010000.MEMORY{ RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K FLASH (rx) : ORIGIN = 0x8010000, LENGTH = 960K /*1024-64K*/}In the boot link file, I set flash to 0x08000000.MEMORY...