Hello all,
I am using the examples/peripheral/uart project, which by default is set up as follows:
Language = C Dialect = C99 Language conformance = Standard with IAR extensions
I can breakpoint on UART0_IRQHandler.
However, if I switch this project as follows:
Language = C++ Dialect = Extended embedded C++ Language conformance = Standard with IAR extensions
I now find I can no longer set a breakpoint on UART0_IRQHandler.
Does anyone have any idea how I resolve this? The reason I care about this is I am developing a C++ application and have hit upon this problem, and have found I can reproduce it (more-or-less) using the example project mentioned above.
Regards, Richard.