• How to catch exceptions/interrupts using ULINK2
    Hi. I'm new to SAM7X and KEIL uV4 and are converting code from another IDE (written by another person). The SW seems to "fly away" due to some exception/interrupt I cannot detect. When I press RUN...
  • How to catch exceptions/interrupts using ULINK2
    Hi. I'm new to SAM7X and KEIL uV4 and are converting code from another IDE (written by another person). The SW seems to "fly away" due to some exception/interrupt I cannot detect. When I press RUN...
  • Catching memory leaks
    I have some code running on an 8051 based processor that is quite large and complex and it also uses a few arrays. To make sure that I can avoid mistakes accessing memory location that do not exist,...
  • 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...
  • Catching memory leaks
    I have some code running on an 8051 based processor that is quite large and complex and it also uses a few arrays. To make sure that I can avoid mistakes accessing memory location that do not exist,...