This program can be use to run two different application programs (program 1 and program 2) on the UC3B1256 present on most EVK board.
The selection of the program is chosen according to the USB mode button state upon power-up.
The boot selector program is located from 0x80002000 to 0x80002FFF. You must take care of keeping the USB DFU bootloader on the AT32UC3B, otherwise this application will not work.
The Program 1 must start at address 0x80003000 and must not exceed 122KBytes. Update linker script to force linker to build at this address :
The Program 2 must start at address 0x80021800 and must not exceed 122KBytes. update linker script to force linker to build at this address :
There are predefined linker scripts files present in the /linker_script folder of the present application:
For further information, visit Atmel AVR UC3.