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 #8: Update instructions for boot_demo merge
Merge in MCU16CE/dspic33-dsc-bootloader-code-examples from ~C74569/dspic33-dsc-bootloader-code-examples:feature/MCU16GITHUB-861-update-readme-to-include-boot_demo-merge-conflict-instructions to feature/MCU16GITHUB-836-bootloader-pre-generated-demos
* commit '0017b05b869a340c9fdfdb9fedefa2543fefc673':
Update instructions for boot_demo merge
Copy file name to clipboardExpand all lines: dsPIC33CK1024MP710/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,21 +60,21 @@ The associated bootloader and application projects demonstrate the following:
60
60

61
61
4. Click "Generate"
62
62

63
-
5. Accept all incoming code changes by selecting "Replace All" in the merge helper UI
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**
6. Press the “Make and Program” button on the top bar
66
66

67
67
7. Select the appropriate programmer if prompted
68
68
8. The project should compile and program successfully
69
69
9. Verify the LED11 is solid on the Development Board. This indicates the bootloader is running
70
-
a. If LED11 is blinking instead of solid, then the application code was programmed instead of only compiled. Go back to the “Programming the Bootloader” stage and re-program the bootloader
71
70
72
71
#### Building the Application
73
72
1. Open the app.X project in MPLAB® X
74
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
75
74

76
75
3. The project should compile cleanly. app.X/dist/default/production/app.X.production.hex should be generated
77
76
4. Verify that LED11 is still solid
77
+
a. If LED11 is blinking instead of solid, then the application code was programmed instead of only compiled. Go back to the “Programming the Bootloader” stage and re-program the bootloader
78
78
79
79
#### Loading the Application
80
80
1. Open the Universal Bootloader Host Application tool (UBHA)
0 commit comments