| ||||||||
Technical Support Support Resources Product Information | C51: PERFORMING A SOFTWARE RESETInformation in this article applies to:
QUESTIONHow can I force the C compiler to generate a jump to 0000H in order to perform a software reset? ANSWERThe following line of code will do the trick: ((void (code *)(void)) 0) (); This generates: LCALL 0000h SEE ALSOFORUM THREADSThe following Discussion Forum threads may provide information related to this topic. Last Reviewed: Monday, December 02, 2002 | |||||||
| ||||||||