2.6 Erase Type
This component is used to configure the erase size for the bootloader’s erase action.
Description: For AVR devices the Classic library provided this option for users to select which type of erase they will be using. This setting is more of a design choice for the user than a required configuration setting for the bootloader and the default setting will be sufficient for most bootloader solutions.
Using the BlockBased option, a user will be able to control which blocks of memory are erased much more effectively than doing a FullErase. A FullErase will perform an erasing action from the end of the bootloader memory range to the end of the device’s Flash.
Example: Select the erase size from the drop down menu that contain the option of choice.