>Do anyone know what happened if we use return statement inside isr. Compiler shall generate corrext exit code from ISR - nothing bad. >Also can we pass any arguments in isr function? ISR cannot receive nor return parameters as C function. Use global variables instead
↧