I am using ATMEL SAM 9263 as my target and ATMEL SAM ICE with JTAG interface as the debugger. While using the KEIl IDE, under "Options for Target 'sram-SAM-ICE'", below the "debug" tab, I am selecting an initialistion file JLinkArm_sram-SAM-ICE.ini, which has the following commands
FLASH SkipProgOnCRCMatch = 1 VerifyDownload = 1 AllowCaching = 1 EnableFlashDL = 2 Override = 0 Device="ADUC7020X62" [BREAKPOINTS] ShowInfoWin = 1 EnableFlashBP = 2 [CPU] AllowSimulation = 1
While attaching the device from KEIL IDE, I am getting an error for these commands. Since I wish to execute my program from SRAM, should I need different commands for SRAM. Can anybody please help me with the commands.