Arm® TrustZone® Getting Started Application on SAM L11: Step 3

Step 3.1: Configure Switch Button Pin with the Secure External Interrupt Controller (EIC) to Generate an Interrupt

In this step, the switch button will be configured as per the USER_BUTTON shown in the SAM L11 Xplained Pro Evaluation Kit schematic. See the following image.

user_button_schematic.png

1

In the MPLAB® Harmony Configurator (MHC), select the Pin Settings tab and then scroll down to 25 in the Pin Number column and configure the PORT pin PA27 as an external interrupt pin for switch functionality. Internal pull-up is enabled to avoid false edge detection as there is no external pull-up on the SAM L11 Xplained Pro Evaluation Kit.

eic_pin_configuration.png

As per the application project design, the User Button must be configured in Secure mode and by default, this pin is configured as a Secure mode pin by MHC.

2

Select the Project Graph tab.

3

Under the Available Components tab, expand Peripherals > EIC.
Select and double click on EIC to add the EIC module to the project.

eic_peripheral_adding.png

4

Configure the EIC block to generate an interrupt every time the user presses the SW0 switch and enable filter functionality to avoid electrical noise on the switch pin as shown in the following image.

eic_configuration_setup.png

Step 3.2: Configure LED Pin in Secure Mode

In this step, the user LED will be configured as per the USER_LED shown in the SAM L11 Xplained Pro Evaluation Kit schematic. See the following image.

user_led_schematic.png

1

Select the MHC Pin Settings tab and then scroll down to 8 in the Pin Number column and configure the PORT pin PA07 as an output pin for LED functionality. See the following image.

led_pin_configuration.png
  • The LED on the SAM L11 Xplained Pro board is active low. Configure the LED in the default OFF state by configuring the latch value to logic High.
  • As per the application project design, the User LED must be configured in Secure mode and by default, this pin is configured as a Secure mode pin by MHC.

Step 3.3: Rename the Default main File

1

Under the Project Graph tab, click on System, and give a name of your liking to the default template main file generated by the MHC.

main_file_name_setup.png
  • The name of the default main.c is changed to main_l11.c to indicate that the referred main.c is for the SAM L11 Arm® TrustZone® getting started training module.
  • The default template main file name of both Secure and Non-Secure projects will be changed to main_l11.c.



Next Step >

© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.