what is a re-entrant code? again what is re-entrant kernel?
thank you ece tech
stay away from reentrancy.
To be more precise - on a '51, stay away from situations where you may need reentrant functions (e.g. recursive functions, multithreading, calling the same function in ISRs and the regular program, etc)