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-FD peripheral in CAN classic mode.
25
+
26
+
<h2>Related Documentation</h2>
27
+
28
+
https://www.microchip.com/16-bit-bootloader
29
+
30
+
<h2>Setup And Operation</h2>
31
+
32
+
The demo setup and operation details are provided in the <ahref="readme_run_demo.html">readme_run_demo.html</a> file provided in this folder.
33
+
34
+
<h2>Porting the Demo</h2>
35
+
36
+
The <ahref="readme_create_new_bootloader_project.html">readme_create_new_bootloader_project.html</a> file details how to take this example and recreate it on a different processor.<br><br>
An example bootloader using the 16-bit MCC bootloader and the CAN-FD peripheral in CAN-FD mode.
25
+
26
+
<h2>Related Documentation</h2>
27
+
28
+
https://www.microchip.com/16-bit-bootloader
29
+
30
+
<h2>Setup And Operation</h2>
31
+
32
+
The demo setup and operation details are provided in the <ahref="readme_run_demo.html">readme_run_demo.html</a> file provided in this folder.
33
+
34
+
<h2>Porting the Demo</h2>
35
+
36
+
The <ahref="readme_create_new_bootloader_project.html">readme_create_new_bootloader_project.html</a> file details how to take this example and recreate it on a different processor.<br><br>
An example bootloader using the 16-bit MCC bootloader and the CAN2.0B peripheral. This peripheral is only capable of CAN classic transmission.
25
+
26
+
<h2>Related Documentation</h2>
27
+
28
+
https://www.microchip.com/16-bit-bootloader
29
+
30
+
<h2>Setup And Operation</h2>
31
+
32
+
The demo setup and operation details are provided in the <ahref="readme_run_demo.html">readme_run_demo.html</a> file provided in this folder.
33
+
34
+
<h2>Porting the Demo</h2>
35
+
36
+
The <ahref="readme_create_new_bootloader_project.html">readme_create_new_bootloader_project.html</a> file details how to take this example and recreate it on a different processor.<br><br>
An example bootloader using the 16-bit MCC bootloader and the CAN or CAN-FD peripheral.
25
+
26
+
<h2>Related Documentation</h2>
27
+
28
+
https://www.microchip.com/16-bit-bootloader
29
+
30
+
<h2>Setup And Operation</h2>
31
+
32
+
There are 3 configurations provided in this demo:<br>
33
+
<ol>
34
+
<li>Using CAN classic on a device with the CAN-FD module</li>
35
+
<li>Using CAN-FD on a device with the CAN-FD module</li>
36
+
<li>Using CAN classic on a device with the enhanced CAN controller</li>
37
+
</ol>
38
+
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.<br>
0 commit comments