• simulation doesn't work
    Hi all, I try to use the simulator with a code that contains struct or union, but it doesn't seem to see members. Here is an example code: struct chuf { unsigned char hi; unsigned char lo; ...
  • Code works in Simulator but not actual Hardware
    Hi My code works in Keil simulator but not on actual LPC2294 Evaluation board. I don't have any debbuger to check this. What could be the possible reasons?
  • Why C's simulator doesn't work?
    Dear all: I'm write a simply program to test C for NXP. I only open timer 1 to use,Then i set a breakpoint in the interrupt, But the interrupt never be break,I don't why? Can anyone tell me why...
  • code works on simulator but not when burnt on hardware
    hello, i am using p89v51rd2 and wrote a code that periodically takes the data from an ADC through a parallel port and transmits the same through serial port. The code works on simulator but does not...
  • Interrupt Code Works in Simulator and not on Real LPC21xx Hardware ...
    Hi All. Just looking for a little help ... I must be doing something silly, but for the life of me I can't figure it out. I've taken the TMR0 interrupt code from blinky, and used it as my own ISR...