ISR() { clear ISR flag for next interrupt fun1(); } fun1() { ----- -------- ------- } if we intilise GPIO ISR,in that we are calling fun1, while executing fun1() interrupt occurs, how micro controller will manage the execution of fun1() and ISR execution .
↧