• 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; ...
  • HFXO during of the simulation
    Gentlemen! I use EFM32G880F128. I try to simulate my program. I set HFXO (High Frequency quartz oscillator) as clock for core, TIMER0. Unfortunately the TIMER0 does not count (TIMER0_CNT stay 0)....
  • 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...
  • Bug in the simulator?
    Issue The POPNE (or LDMNEIA) instruction seems to be executed in the simulator even if the Zero flag is set. C Compiler: V4.1.0.567 CPU DLL: V4.14 How to reproduce Create a new project...
  • Possibly a bug in Keil Simulator
    Hello guys, I'm trying to simulate this simple code with Keil UV4.. //----------------------------------------------------------------------------- // Includes //-------------------------------...