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
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from develop to master
* commit 'a477179eaa0e0f65ae0a24caee16287d7f8597e3':
Fix typo.
add some text pointing to the MDFU based repo.
Remove extra period
Remove MDFU examples
Add fix and update version and changelog
This repository covers boot loading and firmware update solutions using the Universal Host Bootloading Application (UBHA) protocol/tool. For many dsPIC devices, this is supported through the MPLAB(R) Code Configurator (MCC). MCC can be used to generate code examples for various supported devices and provide customization and configuration options not present in the examples on this site.
9
+
10
+
NOTE: For dsPIC33A family boot loading and firmware update solutions, refer to [dspic-bootloader-mdfu repository](https://github.com/microchip-pic-avr-examples/dspic-bootloader-mdfu).
11
+
12
+
NOTE: For dsPIC Microchip Device Firmware Update (MDFU) based solutions, refer to [dspic-bootloader-mdfu repository](https://github.com/microchip-pic-avr-examples/dspic-bootloader-mdfu).
13
+
7
14
## <u>dsPIC33 CAN/CAN-FD Bootloader Demo</u>
8
15
9
16
### Summary
10
17
An example bootloader using the 16-bit MCC bootloader and the CAN or CAN-FD peripheral on the dsPIC33 Touch CAN LIN Curiosity Development board demonstrating the following:
11
18
* Immutable secure boot via CodeGuard
12
-
* A/B type bootloading with Flash partitioning to support two firmware images and anti-roll back
19
+
* A/B type boot loading with Flash partitioning to support two firmware images and anti-roll back
13
20
* Secure boot authentication via ECDSA signature verification
14
21
* Secure firmware update via CAN-FD
15
22
* Crypto acceleration via TA100
@@ -22,32 +29,5 @@ An example bootloader using the 16-bit MCC bootloader and the CAN or CAN-FD peri
22
29
### Setup And Operation
23
30
See [secure_boot_and_secure_firmware_upgrade_over_canfd](secure_boot_and_secure_firmware_upgrade_over_canfd/) and the associated [README.md](secure_boot_and_secure_firmware_upgrade_over_canfd/README.md) files for details on the required hardware, software, setup, and how to run the demo.
24
31
25
-
## <u>dsPIC33A Bootloader and Firmware Upgrade Demo</u>
26
-
27
-
### Summary
28
-
An example bootloader using the Microchip Device Firmware Update (MDFU) protocol and UART peripheral on the Curiosity Platform Development Board with a dsPIC33AK128MC106 DIM demonstrating the following:
29
-
* Secure firmware update via UART using Microchip Device Firmware Update (MDFU) protocol
30
-
* Application verification checking using a 32-bit CRC-32Q signature
31
-
32
-
### Related Documentation
33
-
*[dsPIC33AK128MC106 DIM (EV02G02A)](https://www.microchip.com/en-us/development-tool/ev02g02a)
34
-
*[Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
See [dspic33a_bootloader_and_firmware_upgrade_demo](dspic33a_bootloader_and_firmware_upgrade_demo/) and the associated [README.md](dspic33a_bootloader_and_firmware_upgrade_demo/README.md) files for details on the required hardware, software, setup, and how to run the demo.
39
-
40
-
## <u>dsPIC33A Secure Boot and Firmware Upgrade Demo</u>
41
-
42
-
### Summary
43
-
An example secure bootloader using the Microchip Device Firmware Update (MDFU) protocol and UART peripheral on the Curiosity Platform Development Board with a dsPIC33AK512MPS512 DIM demonstrating the following:
44
-
* Secure firmware update via UART using Microchip Device Firmware Update (MDFU) protocol
45
-
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P-384
46
-
47
-
### Related Documentation
48
-
*[Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
See [dspic33a_secure_boot](dspic33a_secure_boot/) and the associated [README.md](dspic33a_secure_boot/README.md) files for details on the required hardware, software, setup, and how to run the demo.
53
-
32
+
# Trademark
33
+
MPLAB is a registered trademark of Microchip Technology Inc.
Copy file name to clipboardExpand all lines: changelog.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
# dsPIC33 DSC Bootloader Code Examples v1.2.6
2
+
### Release Highlights
3
+
* dspic33a_secure_boot and dspic33a_bootloader_and_firmware_upgrade_demo moved to [dspic-bootloader-mdfu repository](https://github.com/microchip-pic-avr-examples/dspic-bootloader-mdfu).
4
+
5
+
### Features Added\Updated
6
+
* dspic33a_secure_boot and dspic33a_bootloader_and_firmware_upgrade_demo moved to [dspic-bootloader-mdfu repository](https://github.com/microchip-pic-avr-examples/dspic-bootloader-mdfu).
7
+
8
+
# dsPIC33 DSC Bootloader Code Examples v1.2.5
9
+
### Release Highlights
10
+
* Removed invalid mode change in dspic33a_secure_boot demo.
11
+
12
+
### Features Added\Updated
13
+
* Removed invalid mode change in dspic33a_secure_boot demo.
14
+
1
15
# dsPIC33 DSC Bootloader Code Examples v1.2.4
2
16
### Release Highlights
3
17
* Corrected application/executable entry address in dspic33a_bootloader_and_firmware_upgrade_demo and dspic33a_secure_boot.
0 commit comments