Demo - CAN USB bridge & CAN-based Host/Bootloader Application using SAM E54 Xplained Pro Eval Kit | Videos
Demo - CAN USB bridge & CAN-based Host/Bootloader Application using SAM E54 Xplained Pro Eval Kit
This application acts as a CAN-USB bridge and a CAN-based NVM (Non-volatile memory) bootloader host application. With CAN-USB bridge functionality, it reads the data
transmitted on a CAN network via the CAN peripheral and displays it on the PC serial terminal window using the USB CDC virtual COM port. With CAN NVM bootloader host functionality, it sends the binary image from the Python script to the target over the CAN bus for programming.
CTA Links:
· SAM E54 Xplained Pro Evaluation Kit page
https://www.microchip.com/en-us/development-tool/atsame54-xpro
· Microchip's Microcontrollers and Microprocessors product page
https://www.microchip.com/en-us/products/microcontrollers-and-microprocessors
· MPLAB Reference Apps GitHub
https://github.com/Microchip-MPLAB-Harmony/reference_apps
· MPLAB Reference Apps Gitee
https://gitee.com/Microchip-MPLAB-Harmony/reference_apps
· GitHub link for SAM E54 Xplained Pro Evaluation Kit
https://github.com/Microchip-MPLAB-Harmony/reference_apps/blob/master/apps/sam_e54_xpro
· Demo user guide
https://github.com/Microchip-MPLAB-Harmony/reference_apps/blob/master/apps/sam_e54_xpro/same54_can_usb_bridge/readme.md
· CAN FD Interrupt Application
https://microchip-mplab-harmony.github.io/csp_apps_sam_d5x_e5x/apps/can/can_fd_operation_interrupt_timestamp/readme.html
· CAN Bootloader Application
https://github.com/Microchip-MPLAB-Harmony/bootloader_apps_can/tree/master/apps/can_bootloader/bootloader/firmware/sam_e54_xpro.X
· 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
· MPLAB® Code Configurator Content Manager for MPLAB Harmony v3 Projects
https://www.youtube.com/watch?v=PRewTzrI3iE&t
· GitHub link for SAM E54 Xplained Pro Evaluation Kit https://github.com/Microchip-MPLAB-Harmony/reference_apps/tree/master/apps/sam_e54_xpro
Timestamps:
0:00 – Introduction
0:10 – Prerequisite - Hardware
0:36 – Prerequisite - Software
0:53 – Project Scope
1:05 – Application Block Diagram
1:49 – Project Scope and Steps
2:00 – Step 1: Setup the Hardware
2:30 – Step 2: Download the project from the kit page
2:45 – Step 3: Open the project and launch MCC
2:56 – Step 4: Check the peripheral configurations in MCC
3:50 – Step 5: Compile the project and see the Output
6:35 – More application demos on SAM E54 Xplained Pro Evaluation Kit
6:47 – More information on MPLAB Harmony