@@ -192,7 +192,7 @@ OPTION BYTES BANK: 2
192192
193193 Boot Configuration:
194194
195- NSBOOTADD : 0x80400 (0x8040000 )
195+ NSBOOTADD : 0x80600 (0x8060000 )
196196 NSBOOT_LOCK : 0xC3 (The SWAP_BANK and NSBOOTADD can still be modified following their individual rules.)
197197 SECBOOT_LOCK : 0xC3 (The BOOT_UBE, SWAP_BANK and SECBOOTADD can still be modified following their individual rules.)
198198 SECBOOTADD : 0xC0000 (0xC000000)
@@ -201,7 +201,7 @@ OPTION BYTES BANK: 3
201201 Bank1 - Flash watermark area definition:
202202
203203 SECWM1_STRT : 0x0 (0x8000000)
204- SECWM1_END : 0x1F (0x803E000 )
204+ SECWM1_END : 0x2F (0x805e000 )
205205
206206 Write sector group protection 1:
207207
@@ -210,8 +210,8 @@ OPTION BYTES BANK: 4
210210
211211 Bank2 - Flash watermark area definition:
212212
213- SECWM2_STRT : 0x0 (0x08100000 )
214- SECWM2_END : 0x1F (0x0813e000 )
213+ SECWM2_STRT : 0x2F (0x0815e000 )
214+ SECWM2_END : 0x0 (0x08100000 )
215215
216216 Write sector group protection 2:
217217
@@ -251,7 +251,7 @@ OPTION BYTES BANK: 9
251251
252252```
253253STM32_Programmer_CLI -c port=swd -d wolfboot.bin 0x0C000000
254- STM32_Programmer_CLI -c port=swd -d test-app/image_v1_signed.bin 0x08040000
254+ STM32_Programmer_CLI -c port=swd -d test-app/image_v1_signed.bin 0x08060000
255255```
256256
257257 - After rebooting, the LED on the board should turn on sequentially:
0 commit comments