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.