• 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 and IDISABLE giving errorin RVCT
    Dear all, I am using LPC 2132 controller. In nested interrupt IENABLE and IDISABLE macros giving error in RVCT. The error is as below source\cpu.c(61): error: #20: identifier "LR" is undefined source...
  • RealView warning
    I have declared this variable : unsigned int Test; To set de MSB, i can make so : Test |= 0x80000000; it works ok, but if I make so : Test |= (1 << 31), the realview compiler claims : warning...
  • Eclipse & RealView...?
    According to an article at http://www.reed-electronics.com/electronicnews/article/CA6321484.html "For the RealView Development Suite 3.0, we focused on three key benefits for system developers...
  • Upgrading RealView MDK-Basic to RealView-MDK
    I want to buy RealView MDK-Basic now. Later may be i have to upgrade it to full version. Is it possible to pay the cost difference between the full and Basic version while upgrading ?