• memory leaks
    I want to know about memory leaks 1)what are memory leaks 2)how you handle memory leaks in C programming using keil compiler. 3)please can anybody provide me the complete documentation about handling...
  • 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); ...
  • C51 doesn't catch mspace mismatch (warning 259)
    Hi all, according to Keil's C51 documentation the compiler should output a warning 259 when pointers to different memory spaces are intermixed. In a current project I painfully recognized that this...
  • Micro SD catch not work in Keil 5
    Dear all; I work with LPC1788 and LPC2478 and KEIL software version 5 and 5.12 but when I enable catch in file config it has problem to write and read micro SD.