I am developing an application based on 8051 core. I am using uVersion2 and C51. The application is based on UNIX OS concept and it involved the RTOS features. Here i am facin problem with call back function implementation. I have implemented call back functions but it is not excuting the code properly..it sees to be crashed. What can be the reason for this. There is no warning from compiler as well as linker as i set the overlay option for linker to remove all warnings. With Regards, Shail.
Here i am facin problem with call back function implementation Time to re-think your design from the ground up, I'm afraid. Call-back functions mean function pointers, and that's not something you want to do a lot with C51. Yes, trying to treat an 8051 like a Unix-based desktop computer will create problems. Lots of them. Quite probably more than it helps you solve.