• 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; ...
  • 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; ...
  • 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)....