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