This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

No excetption catching

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