• Fill unused flash with predefined value
    Hi, I use uVision3 with the C166 compiler for an XC167 with external Flash. My flash utility erases only the used sectors of the flash, but i want all the sectors to be erased. So I thought to fill...
  • Fill unused flash with predefined value
    Hi, I use uVision3 with the C166 compiler for an XC167 with external Flash. My flash utility erases only the used sectors of the flash, but i want all the sectors to be erased. So I thought to fill...
  • How to remain some area of flash for write data?
    platform : lpc2132 compiler: keil I want to remain one bank of flash to write data, for example: 0x1fff - 0x2fff empty ( do not write any program code) My program write something to the bank. How...
  • How to remain some area of flash for write data?
    platform : lpc2132 compiler: keil I want to remain one bank of flash to write data, for example: 0x1fff - 0x2fff empty ( do not write any program code) My program write something to the bank. How...
  • Init variable's memory content during comiple-link stage
    Hello, Some of the variables that my program uses(may contain also big ,multidimensional arrays) have default values, which are used during the code operations and may be modified during the program...