• Atmel SAM-ICE
    I am using an Atmel SAM-ICE for my ATmel 9263 board, connected to JTAG port. I compiled a program with KEIL IDE, for SRAM. While connecting the device, I am able to detect the device (ARM 9 chip ID is...
  • Predefined Macro
    Hi Can i change the Macro __DATE2__ to show the date as (yy-mm-dd)? /Ingo
  • Predefined symbols are not defined.
    I am trying to use predefined symbols such as __OPTIMISE_LEVEL, __TARGET_ARCH_ARM, __TARGET_ARCH_THUMB on the evaluation version of the MDK and I find that they are not defined. I tried to list all the...
  • Atmel SAM9G45 w/ SAM-ICE work with MDK
    Will Atmel SAM9G45 w/ SAM-ICE work with MDK? There were references to a ARM7 working w/ the J-Link. Has there been any effort for the ATMEL SAM9G45? Thanks
  • Predefined Macro __DATE2__
    Hello! Today I tried the predefined macros __DATE__ and __TIME__ with no problems. If I change __DATE__ to __DATE2__ the compiler (V6.09a) reports "undefined itentifier". Do you get the same result...