Step 3.1: Configure Switch Button Pin with EIC
The switch button will be configured as per the design schematic of the SAM E51 Curiosity Nano Evaluation Kit.
1
Select the Pin Settings tab of MCC and then scroll down to the Pin Number 32 and configure the PORT pin PA15 as an external interrupt pin for switch functionality. The internal pull-up is enabled to avoid false edge detection as there is no external pull-up on the SAM E51 Curiosity Nano Evaluation Kit.
2
Select the Project Graph tab.
Step 3.2: Configure LED Pin
The user LED will be configured as per the design schematic of the SAM E51 Curiosity Nano Evaluation Kit.
Select the MCC Pin Settings tab and scroll down to the Pin Number 31. Configure the PORT pin PA14 as an output pin for LED functionality.
Note: The LED on the SAM E51 Curiosity Nano Evaluation Kit is active low. Configure the LED in default OFF state by configuring the latch value to logic High.
Step 3.3: Rename the Default Main File
Under the Project Graph tab, click on System, and give a name of your liking to the default template main file generated by MCC.
Note: The name of the default main.c is changed to main_sam_e51_cnano.c to indicate that the referred main.c is for the SAM E51 CNano getting started training module.