• IENABLE AND IDISABLE CODE NOT COMPILING
    Hi, I have used following macros for IENABLE and IDISABLE #define IENABLE /* Nested Interrupts Entry */ __asm { MRS LR, SPSR } /* Copy SPSR_irq to LR */ __asm { STMFD SP!, {LR} } /* Save SPSR_irq...
  • IENABLE in realview
    Hi, When I used the IENABLE and IDISABLE routines in Keil CARM compiler it all worked fine. Now I'm using Keil realview and suddenly I get some strange errors when I compile my code. error: #20...
  • RVCT :time_t
    time_t is defined in time.h as : typedef unsigned int time_t; In my opinion it should be defined as : typedef long time_t; Am I right ?
  • RVCT Linker
    Note: This was originally posted on 12th June 2012 at http://forums.arm.com Hi, I have a doubt regarding the scatter loading in RVCT linker. My concept is that the linker will generate code for copying...
  • MDK with old RVCT 2.0
    Does anyone know if it is possible to use MDK 3.1 with an older version of RVCT (RVCT 2.0 or 2.1). I have code compiling with RVCT 2.0 already, just want to have the functionality of the MDK tools w...