User Activity

Hello All, I need to start the flash program from 0x08020000 origin. I have updated the linker file with that value as you can see at below./* Memories definition */ MEMORY { RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 64K FLASH (rx) ...