Skip to content

Commit 7540589

Browse files
aiwyatt787davidflowers
authored andcommitted
Pull request #62: Remove reference to 16 bit bootloader and fix mdfu spelling
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:bugfix/CC16BOOT-8223-fix-minor-documentation-issues to develop * commit '5fea349d53dbee2196238565859e7de1fb164200': Remove reference to 16 bit bootloader and fix mdfu spelling
2 parents cca3f8a + 5fea349 commit 7540589

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,14 @@ See [secure_boot_and_secure_firmware_upgrade_over_canfd](secure_boot_and_secure_
2525
## <u>dsPIC33a Bootloader and Firmware Upgrade Demo</u>
2626

2727
### Summary
28-
An example bootloader using the Microchip Device Firmware Update (M-DFU) protocol and UART peripheral on the dsPIC33A Curiosity Platform Development Board with a dsPIC33AK128MC106 DIM demonstrating the following:
29-
* Secure firmware update via UART using Microchip Device Firmware Update (M-DFU) protocol
28+
An example bootloader using the Microchip Device Firmware Update (MDFU) protocol and UART peripheral on the dsPIC33A Curiosity Platform Development Board with a dsPIC33AK128MC106 DIM demonstrating the following:
29+
* Secure firmware update via UART using Microchip Device Firmware Update (MDFU) protocol
3030
* Application verification checking using a 32-bit CRC-32Q signature
3131

3232
### Related Documentation
33-
* [16bit MCC Bootloader](https://www.microchip.com/16-bit-bootloader)
3433
* [dsPIC33AK128MC106 DIM (EV02G02A)](https://www.microchip.com/en-us/development-tool/ev02g02a)
3534
* [dsPIC33A Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
36-
* [M-DFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)
35+
* [MDFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)
3736

3837
### Setup And Operation
3938
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.

dspic33a_bootloader_and_firmware_upgrade_demo/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ The associated bootloader and application projects demonstrate the following:
2424
* Application verification checking using a 32-bit CRC-32Q signature.
2525

2626
## Related Documentation
27-
* [16bit MCC Bootloader](https://www.microchip.com/16-bit-bootloader)
2827
* [dsPIC33AK128MC106 DIM (EV02G02A)](https://www.microchip.com/en-us/development-tool/ev02g02a)
2928
* [dsPIC33A Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
3029
* [MDFU Protocol](https://ww1.microchip.com/downloads/aemDocuments/documents/DEV/ProductDocuments/SupportingCollateral/Microchip-Device-Firmware-Update-MDFU-Protocol-DS50003743.pdf)

0 commit comments

Comments
 (0)