• 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...
  • 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...
  • 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...
  • 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 ?
  • LPC2000 nested Interrupts /Realview
    Dear People, I am interested to use the Nested Interrupt in Software in a simple way shown in Examples, but in current RealView Tools it is not possible to access the Registers SP, LR, PSR via Inline...