You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An example bootloader using the 16-bit MCC bootloader and the CAN or CAN-FD peripheral.
9
8
10
9
## Related Documentation
11
10
11
+
https://www.microchip.com/16-bit-bootloader
12
12
13
-
## Software Used
14
-
15
-
16
-
## Hardware Used
17
-
18
-
19
-
## Setup
20
-
13
+
## Setup And Operation
21
14
22
-
## Operation
15
+
There are 3 configurations provided in this demo:
16
+
1) Using CAN classic on a device with the CAN-FD module
17
+
2) Using CAN-FD on a device with the CAN-FD module
18
+
3) Using CAN classic on a device with the enhanced CAN controller
23
19
20
+
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.
0 commit comments