Hi,I want to have my main application located entirely outside my boot area. Eg the boot area currently occupies 0-0x2000, so I want my main code to start above 0x2000. This is easily done by altering the program memory area in the linker script to start ..
↧