wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

Wokwi different to real life: interrupts

Open alto777 opened this issue 11 months ago • 1 comments
trafficstars

This on Arduino forum

The inquirer and ppl who helped have explained this in terms of how a continuously present interrupt level is handled differently to real life

In real life, an instruction is executed before the interrupt is taken again.

In the wokwi, the ISR runs over and over with no sunshine on the interrupted code.

Or vice versa.

a7

alto777 avatar Dec 02 '24 19:12 alto777