• 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...
  • Intel Hex - Tool to fill unused bytes?
    Is there a way inside or outside of uVision2 to fill my output intel hex file so that unused bytes are set to 0x00? So that when I actually program my chip I am sure that every byte is programmed.
  • Intel Hex - Tool to fill unused bytes?
    Is there a way inside or outside of uVision2 to fill my output intel hex file so that unused bytes are set to 0x00? So that when I actually program my chip I am sure that every byte is programmed.
  • Fill unused sector in flash with random value
    Hi Guys, I have a LPC2292 system and i use a linker file to flash the FLASH / ROM on the board. The FLASH is totally 256KB divided into a number of sectors. My code is around 31KB and occupied the...