8-bit AVR Microcontroller

Erasing the Configuration Section

The algorithm for erasing the Configuration section is as follows:
  1. 1.Write the 0x14 (SECTION_ERASE) to the NVMCMD register
  2. 2.Start the erase operation by writing a dummy byte to the high byte of any word location inside the configuration section
  3. 3.Wait until the NVMBSY bit has been cleared