-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
52 lines (38 loc) · 1.43 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<style>
h2 {
text-decoration: bold;
}
h3 {
text-decoration: underline;
}
ol,ul {
line-height: 200%;
}
</style>
</head>
<body lang=EN-US link=blue vlink=purple>
<table border="0" cellspacing="0" cellpadding="0">
<tr >
<th bgcolor="lightgrey">
<h2><b>DEPRECTION NOTICE:</b>This repo and associated examples are deprecated.</h2>
</th>
</tr>
<tr>
<td bgcolor="lightgrey">Please refer to the latest examples at:<br>
<a href="https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples">https://github.com/microchip-pic-avr-examples/dspic33_dsc_bootloader_code_examples</a>
</td>
</tr>
</table>
<h1>PIC24/dsPIC CAN2.0B Bootloader Demo</h1>
<h2>Summary</h2>
An example bootloader using the 16-bit MCC bootloader and the CAN2.0B peripheral. This peripheral is only capable of CAN classic transmission.
<h2>Related Documentation</h2>
https://www.microchip.com/16-bit-bootloader
<h2>Setup And Operation</h2>
The demo setup and operation details are provided in the <a href="readme_run_demo.html">readme_run_demo.html</a> file provided in this folder.
<h2>Porting the Demo</h2>
The <a href="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>
</body>
</html>