The simulator runs your program in a virtual environment that is MUCH slower than the real microcontroller. Most of your code will run plenty fast to simulate, but some things, such as the delay functions take too long to simulate. In Blinky we call _delay_loop_2(30000); We don't know...
No. E41 C-SPY Simulator Driver: Wrong mask-flag is used to control an interrupt Details By mistake a wrong mask flag may be used to control an interrupt. Example: For the microcontroller µPD78F0547 the mask flag TMMKH0 (MK0H_bit.no4) is used to control the interrupt INTTM0 ...