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

Declaring a Class member function as an interrupt handler

Hi.

I'm trying to use a member function of a static class as an interupt handler. I can handle interrupts in C++ file by creating a function with the same name as in startupxx.s file and declare it with extern"C" but i'm unable to do the same in class member function. Does anyone knows a solution for this problem.

0