This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

((void (code *) (void)) 0x0000) () generate error !

i found in APNT_129 of keil app note
this code
((void (code *) (void)) 0x0000) ();

i try use it to soft reset micro generate error L121 why?

how c bcode generate "ljmp 0 " or "lcall 0" ??? for soft reset

0