Create Your First Project with SAMD21 Using MPLAB® Harmony v3 and MCC

Опубликовано: 30 Сентябрь 2024
на канале: Microchip Developer Help
757
19

This video introduces and explains how to get started with SAM D21 Xplained Pro Evaluation Kit using MPLAB Harmony and MCC. This project is based on an ARM® Cortex®-M0+-based SAM D21 Xpro MCU.

The application reads the current room temperature from the temperature sensor on the I/O1 Xplained Pro Extension. The temperature read is displayed on a serial console periodically every 500 milliseconds. The periodicity of the temperature values displayed on the serial console is changed to 1 second, 2 seconds, 4 seconds and back to 500 milliseconds every time you press the switch SW0 on the SAM D21 Xplained Pro Evaluation Kit. Also, an LED is toggled every time the temperature is displayed on the serial console.

Links:
· SAM D21 XPLAINED PRO EVALUATION KIT page
https://www.microchip.com/en-us/devel...

· Microchip’s Microcontrollers and Microprocessors product page
https://www.microchip.com/en-us/produ...

· MPLAB Reference Apps GitHub
https://github.com/Microchip-MPLAB-Ha...

· MPLAB Reference Apps Gitee
https://gitee.com/Microchip-MPLAB-Har...

GitHub link for SAM D21 Xplained Pro Evaluation
Kithttps://github.com/Microchip-MPLAB-Ha...

· Demo user guide
https://github.com/Microchip-MPLAB-Ha...

· MPLAB® X IDE Essentials - 01: Installation and Ecosystem
   • MPLAB® X IDE Essentials - 01: Install...  

· How to Set up the Tools Required to Get Started with MPLAB® Harmony v3 and MCC
   • How to Set up the Tools Required to G...  

Timestamps:
0:00 – Introduction
0:12 – Prerequisite - Software
0:32 – Prerequisite - Hardware
1:07 – Project Scope and Steps
1:37 – Step 1: Setup the Hardware
1:40 – Step 2: Download the project from the kit page
1:52 – Step 3: Open the project and launch MCC
2:14 – Step 4: Check the peripheral configurations in MCC
4:16 – Step 5: Review the application code
4:50 – Step 6: Compile the project and see the Output
5:41 – More application demos on SAM D21 XPRO Xplained Pro Evaluation Kit
5:53 – More information on MPLAB Harmony