• __irq keyword
    Hi all, I use a STR912 device from ST. In the examples from their library, the interrupt functions are not preceeded with the __irq keyword. 2 questions : What is the difference between a...
  • Token-pasting ("##") with armcc 5.06
    I'm in the process of porting a lot of code originally written for the C51 compiler. The code makes extensive use of the "##" token-pasting feature. Explanation: http://www.keil.com/support/man/docs/c51...
  • Assembly not supporting in keil 5.06
    void JumpToUserApplication(LWord userSP, LWord userStartup) { volatile LWord avoid_optimization; avoid_optimization = userSP; //In order to avoid optimization issue when -Os avoid_optimization ...
  • Looking for ARM compiler 5.06 update 7
    Dear Sir I am looking for ARM compiler 5.06 update 7, that Qualcomm already use this for they product Does anyone know the download link for ARM compiler 5.06 update 7 Thanks
  • __irq instead __fiq
    Hi, I am having the same error as this person described in this thread: http://www.keil.com/forum/15818/ Well it has been answered there, but my question is If i will use __irq instead of __fiq...