• 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)....
  • 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...
  • problem during compiling
    How to run c++ embedded code on arm7(LPC2129) board using flash magic. I wrote LCD, LED, UART programming code by c++ , on Kiel uvision4(ie mdk472_a) compiler . In that I can do simulation, without...
  • problem during debuging with similator
    hello to all i am new in arm and keil and i want create a simple blinky project with mdk5. i create that project but when i want debug it with simulator,below error appear in command window and debugger...