• Installation of ADS 1.2 on windows
    Note: This was originally posted on 27th June 2009 at http://forums.arm.com hi guys, I am new to ARM development,i am installing ADS1.2 on my windows PC.I am getting problem in license wizard,i have license...
  • migrate from ADS 1.2
    Note: This was originally posted on 26th June 2013 at http://forums.arm.com I have an ADS 1.2 project that composed with codewarrior (.mcp) I want to open this project file with new DS-5. I have only...
  • Is it still possible to purchase ADS 1.2?
    Hello, I need to maintain some very old code created with ADS 1.2 and running on a xscale architecture processor. I have absolutely no knowledge (for the moment!) of ARM processor architectures, assembly...
  • switch question to the support group
    this really is a question for the support group, but, since the answer should be of general interst I ask it here. By what algorithm are the cases of a switch statement searched? if it is 'order...
  • A question about context switching
    Hello, There is an issue related to context switches that I do not understand. I have written the most simple interrupt handler: void foo() interrupt 0x20 using f_regs { } The generated assembly...