• Serial port heros - this is your chance !
    Hello all, Today I made myself a nice and simple serial cable - TX, RX and ground (I don't need anything else), and it works well when I connect 2 laptops to each other, running HyperTerminal. Unfortunately...
  • network cable is disconnected for a moment
    why it can not access the destination Host when the network cable is disconnected for a moment and later this connected again? //----------------------------------------------------------------...
  • 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...
  • 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...