• 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 ...
  • ARM Compiler 5.06 Cannot Handle __irq
    Below code for Cortex-R5 CPU, __irq void Foo( void ) With ARM 5.05, it compiles OK as PUSH     {r0-r12,lr} ... POP      {r0-r12,lr} SUBS     pc,lr,#4 With ARM 5.06, it compiles  NOT OK as PUSH     {r4...
  • Looking for ARM development board
    Hi friends, I am new to embedded .I am looking for some low costdevelopment board which can help me to get handson experience with ARM. is ther any low cost kit or some resources which can help me...
  • looking for ARM usb bootloader
    Hi people, I'm willing to start to learn arm. I have bought the board : I have made some tests loading the code in flash using the compiler. Is any bootloader available in order to send the code...