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

Does Keil support CALL BACK FUNCTIONS ?


Hi ,

I tried to implement call back functions in my program, but unfortunatly it is not working and system is getting restarted as soon as the call is made to the specific function.

I have used function pointers as specified in the data sheet.

Does call back functions supported by Keil compiler???


Rajesh

Parents
  • If you're going to use function pointers, be sure to read all the app notes as well as the manual. You should also understand the compile-time overlay analysis and the purpose of the linker's OVERLAY directive, as function pointers make life difficult for call tree analysis.

Reply
  • If you're going to use function pointers, be sure to read all the app notes as well as the manual. You should also understand the compile-time overlay analysis and the purpose of the linker's OVERLAY directive, as function pointers make life difficult for call tree analysis.

Children
No data