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
See [crc_uart_1_image](crc_uart_1_image/) and the associated [README.md](crc_uart_1_image/README.md) files for details on the required hardware, software, setup, and how to run the demo.
22
+
See [crc_uart_1_image](./dspic33a/crc_uart_1_image/) and the associated [README.md](./dspic33a/crc_uart_1_image/README.md) files for details on the required hardware, software, setup, and how to run the demo.
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:
27
+
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:
28
28
* Secure firmware update via UART using Microchip Device Firmware Update (MDFU) protocol
29
-
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P-384
29
+
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P\-384
30
30
31
31
### Related Documentation
32
32
*[Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
See [secure_boot_uart_2_images](secure_boot_uart_2_images/) and the associated [README.md](secure_boot_uart_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
36
+
See [secure_boot_uart_2_images](./dspic33a/secure_boot_uart_2_images/) and the associated [README.md](./dspic33a/secure_boot_uart_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
37
37
38
38
## <u>dsPIC33A Multi-Image ECDSA CAN Boot Demo</u>
39
39
40
40
### Summary
41
41
An example secure bootloader using the Microchip Device Firmware Update (MDFU) protocol and CAN-FD peripheral on the Curiosity Platform Development Board with a dsPIC33AK512MPS512 DIM demonstrating the following:
42
42
* Secure firmware update via CAN-FD using Microchip Device Firmware Update (MDFU) protocol
43
-
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P-384
43
+
* Application verification checking using Elliptic Curve Digital Signature Algorithm (ECDSA) with P\-384
44
44
45
45
### Related Documentation
46
46
*[Curiosity Platform Development Board (EV74H48A)](https://www.microchip.com/en-us/development-tool/ev74h48a)
See [secure_boot_can_2_images](secure_boot_can_2_images/) and the associated [README.md](secure_boot_can_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
50
+
See [secure_boot_can_2_images](./dspic33a/secure_boot_can_2_images/) and the associated [README.md](./dspic33a/secure_boot_can_2_images/README.md) files for details on the required hardware, software, setup, and how to run the demo.
0 commit comments