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.
My programm ist not able to catch exceptions. Whenever a "throw" occurs my programm ends in the HardFault_Handler.
I use lpc1768, µVision 4.74, ULINK2 and C++. The –exceptions option is set. Code Generation with MicroLIB. A catch(...) block ist implemented.
It's no mether witch exception type is thrown (even simple data types), the result is always the same.
Do you have any idea or suggestion?
Thanks Alex