Skip to content

Commit c1c70fa

Browse files
aiwyatt787davidflowers
authored andcommitted
Pull request #28: Update instructions for clean and build in 6.15
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:feature/MCU16GITHUB-935-need-to-change-build-instructions-to-tell-how-to-use-the-build-for-prod to develop * commit '834b06589d03f4544cd7b8b96535838f2fb147dc': Update instructions for clean and build in 6.15
2 parents 32a9d26 + 834b065 commit c1c70fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

secure_boot_and_secure_firmware_upgrade_over_canfd/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The associated bootloader and application projects demonstrate the following:
6060
![Force Update](./images/MCC_Force_Update.png)
6161
4. Click "Generate"<br>
6262
![Generate](./images/MCC_Generate.png)
63-
5. Accept all incoming code changes for files **within the CryptoAuthenticationLibrary directory** by selecting "Replace All" in the merge helper UI. **NOTE: DO NOT accept incoming changes for boot_demo.c. Accept all other file changes and close out of MCC**<br>
63+
5. Accept all incoming code changes for files **within the CryptoAuthenticationLibrary directory** by selecting "Replace All" in the merge helper UI<br> **NOTE: DO NOT accept incoming changes for boot_demo.c. Accept all other file changes and close out of MCC**<br>
6464
![Merge Resolution](./images/MCC_Merge_Resolution.png)
6565
6. Press the “Make and Program” button on the top bar<br>
6666
![Make and Program Device](./images/make_and_program.png)
@@ -70,7 +70,7 @@ The associated bootloader and application projects demonstrate the following:
7070

7171
#### Building the Application
7272
1. Open the app.X project in MPLAB® X
73-
2. Press the “Clean and Build Project” button on the top bar. **NOTE**: Make sure not to hit the program button. This will program the application code over the bootloader that was just programmed<br>
73+
2. Click the dropdown arrow next to the “Clean and Build Project” button on the top bar and select "Clean and Build Project" <br>**NOTE**: If "Clean and Build for Debugging" is selected instead, a new hex file will not be generated <br>**NOTE**: Make sure not to hit the program button. This will program the application code over the bootloader that was just programmed<br>
7474
![Clean and Build](./images/clean_and_build.png)
7575
3. The project should compile cleanly. app.X/dist/default/production/app.X.production.hex should be generated
7676
4. Verify that LED11 is still solid
@@ -103,7 +103,7 @@ The associated bootloader and application projects demonstrate the following:
103103
![Open Hex File](./images/UBHA_Open_Hex.png)
104104
8. Check the "Enable Self Verification After Program" checkbox<br>
105105
![Enable Verification](./images/UBHA_Enable_Verification.png)
106-
9. Press “Program Device”. The application should program erase, program and perform a self verify using the TA100 for an ECDSA verify then read back verify correctly. Note: The reset response may not be fully transmitted before reset which may result in the reset response failing. The reset most likely did occur and the error can be safely ignored.
106+
9. Press “Program Device”. The application should program erase, program and perform a self verify using the TA100 for an ECDSA verify then read back verify correctly.<br>**NOTE**: The reset response may not be fully transmitted before reset which may result in the reset response failing. The reset most likely did occur and the error can be safely ignored
107107
a. After a few seconds, LED11 should be blinking<br>
108108
![Program Device](./images/UBHA_Program.png)
109109

1.55 KB
Loading

0 commit comments

Comments
 (0)