Skip to content

Commit 77ede65

Browse files
dgarskedanielinux
authored andcommitted
Fixes for grammar.
1 parent 28bf060 commit 77ede65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/Targets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ Identify the correct JLink device for your PIC32CK. In the examples the model is
16091609
q
16101610
```
16111611

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).
1612+
3. Disconnect USB debugger and power cycle board. LED0 will turn on indicating version 1. Then press the reset button and LED1 will turn on indicating version 2.
16131613

16141614
### Programming with MPlab IPE
16151615

@@ -1621,7 +1621,7 @@ arm-none-eabi-objcopy -I binary -O ihex --change-addresses=0x0C000000 test-app/i
16211621
arm-none-eabi-objcopy -I binary -O ihex --change-addresses=0x0C07F000 test-app/image_v2_signed.bin image_v2_signed.hex
16221622
```
16231623

1624-
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.
16251625
Once the option is enabled, load the hex files into the MPLAB IPE GUI (File -> Import -> Multiple hex) and program the device.
16261626

16271627
### Behavior During Testing
@@ -1681,7 +1681,7 @@ Identify the correct JLink device for your PIC32CZ board. In the examples the mo
16811681
q
16821682
```
16831683

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).
1684+
3. Disconnect USB debugger and power cycle board. LED0 will turn on indicating version 1. Then press the reset button and LED1 will turn on indicating version 2.
16851685

16861686
### Programming with MPLAB IPE
16871687

@@ -1693,7 +1693,7 @@ arm-none-eabi-objcopy -I binary -O ihex --change-addresses=0x0C000000 test-app/i
16931693
arm-none-eabi-objcopy -I binary -O ihex --change-addresses=0x0C200000 test-app/image_v2_signed.bin image_v2_signed.hex
16941694
```
16951695

1696-
Then enable advanced setting in the MPLAB IPE GUI, and enable the "Allow Import Multiple Hex file" option in the Production view.
1696+
then enable advanced setting in the MPLAB IPE GUI, and enable the "Allow Import Multiple Hex file" option in the Production view.
16971697
Once the option is enabled, load the hex files into the MPLAB IPE GUI (File -> Import -> Multiple hex) and program the device.
16981698

16991699
### Behavior During Testing

0 commit comments

Comments
 (0)