Limitations of Drag-and-Drop Programming

Lock Bits

Lock bits included in the hex file will be ignored when using drag-and-drop programming. To program lock bits, use Atmel Studio/MPLAB X IDE.

Enabling CRC Check in Fuses

It is not advisable to enable the CRC check in the target device’s fuses when using drag-and-drop programming. This is because a subsequent chip erase (which does not affect fuse bits) will effect a CRC mismatch, and the application will fail to boot. To recover a target from this state, a chip erase must be done using Atmel Studio/MPLAB X IDE, which will automatically clear the CRC fuses after erasing.