Getting Started with Graphics on SAM9X60 Curiosity Development Board | Videos
Getting Started with Graphics on SAM9X60 Curiosity Development Board
This video introduces the SAM9X60 Curiosity Development Board and explains how to create a graphics application quickly using our 32-bit SAM9X60 microprocessor, which is based on an ARM926EJ-S™ core. This project is developed using MPLAB® Code Configurator (MCC), MPLAB X Integrated Development Environment (IDE) and MPLAB Harmony Graphics Suite (MHGS).
We guide you step-by-step through creating a new MPLAB X IDE project from scratch all the way up to running an application on the SAM9X60 Curiosity Development Board.
Reference Links:
SAM9X60 Curiosity Development Board: https://www.microchip.com/en-us/development-tool/EV40E67A
High-Performance WVGA LCD Display Module With maXTouch® Technology
https://www.microchip.com/en-us/development-tool/AC320005-5
More Graphics Application Demos on SAM9X60 Curiosity Development Board: https://github.com/Microchip-MPLAB-Harmony/gfx_apps_sam_9x60
MPLAB Harmony Reference Applications on GitHub: https://github.com/Microchip-MPLAB-Harmony/reference_apps
MPLAB X IDE Essentials - 01: Installation and Ecosystem: https://www.youtube.com/watch?v=WSePR0jIeKI
Getting Started with MPLAB Harmony v3 Using MPLAB Code Configurator: https://www.youtube.com/watch?v=KdhltTWaDp0
Microchip University Course on MPLAB Harmony Graphics applications:https://microchip.skilljar.com/getting-started-with-a-new-harmony-graphics-application-1/1534
Command to build application binary file: ${MP_CC_DIR}/xc32-objcopy -O binary ${DISTDIR}/${PROJECTNAME}.${IMAGE_TYPE}.elf ${DISTDIR}/harmony.bin[BKC1] [JSI2]