• 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...
  • catch read page in NAND
    How we can use catch read page in NAND driver, do it faster of this normal read page: static U32 PageRead (U32 row, U8 *buf, NAND_DRV_CFG *cfg) { U32 i, sz; /* Write command 1 */ WrCmd (0x00); ...
  • 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,...
  • cannot stop arm device
    when I want to program the AT91sam7s128 whit J-link faced with this massage:cannot stop arm device! why? so thx
  • Could not stop ARM device?
    I am using ULINK to debug the LPC2132 board. They work well for some days. But now a problem appeared. Everytime I want to download code to FLASH, always get"Could not stop ARM device, please check your...