• Problems during simulation
    Hey People I'm trying to simulate the simple Blinky example from the example folders of my evaluation board. I'm using a MCB2929 board which has a LPC2929. When Target Debugging mode is used with the...
  • Error during simulation
    hi, i have just started learning Keil simulation . I tried with simple programs and I tried the below one: #include<reg51.h> void main(void) { unsigned char z; for(z=0;z<100;z++) P1 = z; ...
  • Is condoning KEY_PAT during simulation a bug ?
    Dear Friend, During the simulation of any program using keyboard interrupt in LPC932 (eval version simulator), a keyboard interrupt occurs even when the PAT_SEL bit is set, and the pattern is not...
  • How to set the trace buffer size during simulation.
    Hi everyone, I want to record the full instruction flow during SIMULATION. But I found I can only check&save the instruction trace within about 10ms, using the trace data window. I cannot go back...
  • PWM output status query during debugging (simulation)
    During debugging session it seems that PWM status is not accessible for reading, although the pin is reported (as PWM1, PWM2, PWM3,...) in the Pulse Width Modulator peripheral. Any hint? Is there...