• lpc2378 crash
    hello, I'm using Keil Realview compiler with the MCB2300 board (lpc2378). I've a simple program that toggles a pin every 1 msec using a timer 0 interrupt. In the main loop a array is being filled and...
  • RL_TCP CRASHES
    Dear All I have created 3 tasks, this is task one it has a osPriorityBelowNormal for(;;) { main_TcpNet (); } This is task 2 it has a osPriorityHigh for(;;) { /* Timer tick every...
  • Mysterious crashes
    I'm working on a uVision4 project for the Atmel SAM3S4B, and have been observing strange crashes in my code. The issue comes and goes after editing and recompiling code for no apparent reason, but it...
  • ulink crashes
    Hi, I'm using the uvision3 with the Ulink device to debug my programs. But I've got one annoying problem, I connect the Ulink to my laptop and it works fine while debugging but without any reason...
  • itoa routine
    Keil provides an atoi (char to integer conversion) function in its standard libraries. I can't seem to find the reverse routine itoa (integer to char conversion). Does one exist? Which library should...