Debuginram: The program runs in RAM debugging. The program is lost after power loss according to RAM characteristics. Advantages: The program runs faster.
debuginflash: Download the program to flash in debug run. Depending on the flash feature, the program still exists after the power outage, enabling offline operation. Disadvantage: The program runs slightly slower than RAM, and is not particularly significant for normal programs. This kind of debugging method is generally used in the engineering debugging stage.
relinflash: Download the program to Flash, power off once again after power on the chip is encrypted, that is, to ensure that the user program is not read out illegally. Generally used for product development after the successful stage of the market.
When debugging LPC1114, often encounter the program download debugging, re-power, how to download the program is not in
The original is used in the releaseinflash mode, so that after power off, it will indeed encrypt the chip, after the serial port wipe, you can resume use.
The difference between Debuginram and Debuginflash and Relinflash