We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am trying to call a C function from the interrupt subroutine in LPC3250.
When I call the function from a C file, there is no problem. However, when I use a C++ file containing the required function I get an error.
The error says: Undefined symbol C_Irq_Handler (referred from lpc32x0.o)
How can I call the function from the C++ file?
Thanks for your help.
Thank you very much. I handled the problem with your help.
Have a nice day.