IAP application with STM32CubeIDE/ STLink
Hi everyone,
I'm following the LWIP_IAP application in STM32756G_EVAL 's Repository. The bootloader work fine, but I don't know how to config the application firmware to boot from a specify address flash.
Is this the right way to config flash memory of app firmware via .ld file like this
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 512K
FLASH (rx) : ORIGIN = 0x8019000, LENGTH = 924K
}I spend 100Kb for bootloader.
One more question, could I use ST-Link Utility to program my application firmware. For testing purpose, in case my bootloader doesn't work correctly?
Thanks in advance
