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
Copy file name to clipboardExpand all lines: docs/Targets.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1609,6 +1609,8 @@ Identify the correct JLink device for your PIC32CK. In the examples the model is
1609
1609
q
1610
1610
```
1611
1611
1612
+
3. Disconnect USB debugger and power cycle board. LED0 will illuminate (indicating version 1). Hit reset button and LED1 will illumate (indicating version 2).
1613
+
1612
1614
### Programming with MPlab IPE
1613
1615
1614
1616
In order to program using the MPlab IPE, you need to create the hex files for wolfBoot, and the signed application images:
then enable advanced setting in the MPLAB IPE GUI, and enable the "Allow Import Multiple Hex file" option in the Production view.
1624
+
Then enable advanced setting in the MPLAB IPE GUI, and enable the "Allow Import Multiple Hex file" option in the Production view.
1623
1625
Once the option is enabled, load the hex files into the MPLAB IPE GUI (File -> Import -> Multiple hex) and program the device.
1624
1626
1625
1627
### Behavior During Testing
1626
1628
1627
1629
- The application version 1 will boot first. The application will trigger the update and light LED0. On the next reset, wolfBoot will update the application, boot application version 2, and turn on LED1.
1630
+
1631
+
1628
1632
## Microchip PIC32CZ
1629
1633
1630
1634
The PIC32CZ is a high-performance 32-bit microcontroller family from Microchip featuring an ARM Cortex-M7 core. wolfBoot has been tested on the PIC32CZCA91 Curiosity board, which has GPIO pins PB21 and PB22 connected to LED0 and LED1, respectively, for status indication.
@@ -1677,6 +1681,8 @@ Identify the correct JLink device for your PIC32CZ board. In the examples the mo
1677
1681
q
1678
1682
```
1679
1683
1684
+
3. Disconnect USB debugger and power cycle board. LED0 will illuminate (indicating version 1). Hit reset button and LED1 will illumate (indicating version 2).
1685
+
1680
1686
### Programming with MPLAB IPE
1681
1687
1682
1688
In order to program using the MPLAB IPE, you need to create the hex files for wolfBoot, and the signed application images:
0 commit comments