• 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,...
  • CAN2_SignalObjectEvent wont catch 29bit can id
    Is there a trick to get the CAN middle-ware to catch 29 bit ids? void CAN2_SignalObjectEvent (uint32_t obj_idx, uint32_t event) { if (event == ARM_CAN_EVENT_RECEIVE) { // If receive event ...
  • Windows stopped catching In-Reports from our device
    Hello! We have got a problem with USB together with RTOS. Maybe someone can help us. It is not clear if the problem is caused by Windows or our embedded device. uC: LPC2368 (NXP) Windows...