10.2 Step 2. MPLAB® Setup
- Open MPLAB X IDE and create a new project for the AVR16EB32 device.
- Open MCC from the toolbar. Here you will find more information on installing the MCC
plug-in.
- In the Resource Manager tab, click
Project Resources>System>CLKCTRL. In the CLKCTRL tab, disable
the Prescaler enable switch (enabling the 20 MHz core clock).
-
BOD settings. In the System resources, select the Configuration Bits. In the opened tab, change BOD Operation in Active mode to “Enabled in continuous mode” and BOD Level to “2.7V”. This step allows a proper MCU reset when the power is turned off.
MPLAB setup done with MCU settings set to a 20 MHz clock.