• 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...
  • 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...
  • 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 ?
  • Can RealView compiler generate SMLAL/UMLAL instructions?
    Is there any way the RealView compiler can take advantage of the multiply-and-accumulate instructions of the Cortex M3? I wrote a simple MAC loop and the compiler didn't generate any SMLAL or UMLAL...