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
Pull request #24: Add steps for pre-generated hex file
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:feature/MCU16GITHUB-898-update-documentation-describing-how-to-load-the-pre-compiled-.hex-file to develop
* commit '0114a9e5c6adc965ae8d58dc14275059f666c567':
Add steps for pre-generated hex file
Copy file name to clipboardExpand all lines: secure_boot_and_secure_firmware_upgrade_over_canfd/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,8 @@ The associated bootloader and application projects demonstrate the following:
74
74
8. The project should compile and program successfully
75
75
9. Verify the LED11 is solid on the Development Board. This indicates the bootloader is running
76
76
77
-
#### Building the Application
77
+
#### Building the Application (Optional)
78
+
**NOTE**: A pre-generated .hex file has been included with this demo, therefore the following steps are **optional**
78
79
1. Open the app.X project in MPLAB® X
79
80
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>
80
81

@@ -105,7 +106,7 @@ The associated bootloader and application projects demonstrate the following:
105
106
a. The Application start address and Application end address fields should have updated. If it did not or if you get a communication error, please go back to the “Programming the Bootloader” stage to make sure the bootloader was programmed correctly<br>
7. Load the application hex file by selecting “File->Open/Load File (*.hex)”
108
-
a. Select the file generated in the previous section: app.X/dist/default/production/app.X.production.hex<br>
109
+
a. Select app.X/dist/default/production/app.X.production.hex. This is included with the demo but may have been re-generated if Building the Application (Optional) was completed<br>
109
110

110
111
8. Check the "Enable Self Verification After Program" checkbox<br>
0 commit comments