run program at address other than 0x8000000
Posted on May 13, 2016 at 09:10I have STM32L4, and I want build a program run at address like 0x08080000. My env is uVision5, and I set the 1ROM1 address to 0x08080000 in uVision. I use fromelf command to generate the bin file from axf file and load...