eds53323 / pic24-dspic-can-canfd-bootloader

CAN and CAN-FD bootloader example using the ISO-15765-2 CAN transport layer for the PIC24 and dsPIC product lines.

Home Page:https://microchip-pic-avr-examples.github.io/pic24-dspic-can-canfd-bootloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

PIC24/dsPIC CAN/CAN-FD Bootloader Demo

Summary

An example bootloader using the 16-bit MCC bootloader and the CAN or CAN-FD peripheral.

Related Documentation

https://www.microchip.com/16-bit-bootloader

Setup And Operation

There are 3 configurations provided in this demo:

  1. Using CAN classic on a device with the CAN-FD module
  2. Using CAN-FD on a device with the CAN-FD module
  3. Using CAN classic on a device with the enhanced CAN controller

The hardware and software setup is different for each of these use cases. There are readme*.html files associated with each folder that describe the required hardware and software as well as how to setup and run each of the corresponding demos.

dspic33ck-can

dspic33ck-canfd

dspic33ep-can2.0b

About

CAN and CAN-FD bootloader example using the ISO-15765-2 CAN transport layer for the PIC24 and dsPIC product lines.

https://microchip-pic-avr-examples.github.io/pic24-dspic-can-canfd-bootloader/

License:Other


Languages

Language:C 61.9%Language:Assembly 15.0%Language:C++ 13.9%Language:HTML 7.4%Language:Makefile 1.4%Language:Batchfile 0.2%Language:Shell 0.2%