• 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...
  • uVision4 wont connect to ULink
    I'm trying to use my ULink box with uVision V4.71.2.0 but when I click the 'Settings' button I get an Error dialog that says: Error: Cannot load 'C:\KEIL\ARM\ULP2ARM.DLL' Possible Reasons: ...
  • 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); ...
  • SPI wont idle low. STM32F103VET6
    Hi. I have probably overlooked something very basic here. For some reason my SPI brings up a mode fault, just after I enable the peripheral whenever I try get get it to idle low. If I idle high...
  • 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,...