Skip to content

Commit 34bb4f6

Browse files
authored
Merge pull request #522 from LinuxJedi/typo_fixes
Fix typos in the STM32U5 section of Targets.md
2 parents 2cdc1f5 + 75cbe57 commit 34bb4f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/Targets.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,15 +334,15 @@ The flash memory is segmented into two different banks:
334334

335335
Bank 0 contains the bootloader at address 0x08000000, and the application at address 0x08100000.
336336
When a valid image is available at the same offset in Bank 1, a candidate is selected for booting between the two valid images.
337-
A firmware update can be uploaded at address 0x08108000.
337+
A firmware update can be uploaded at address 0x08110000.
338338

339339
The example configuration is available in [/config/examples/stm32u5-nonsecure-dualbank.config](/config/examples/stm32u5-nonsecure-dualbank.config).
340340

341341
Program each partition using:
342342
1. flash `wolfboot.bin` to 0x08000000:
343343
- `STM32_Programmer_CLI -c port=swd -d ./wolfboot.bin 0x08000000`
344-
2. flash `image_v1_signed.bin` to 0x08008000
345-
- `STM32_Programmer_CLI -c port=swd -d ./test-app/image_v1_signed.bin 0x08008000`
344+
2. flash `image_v1_signed.bin` to 0x08010000
345+
- `STM32_Programmer_CLI -c port=swd -d ./test-app/image_v1_signed.bin 0x08010000`
346346

347347
RED LD9 will be on indicating successful boot ()
348348

@@ -355,8 +355,8 @@ Use `make DEBUG=1` and reload firmware.
355355

356356
Linux:
357357

358-
```
359-
ST-LINK_gdbserver -d -cp /opt/st/stm32cubeide_1.3.0/plugins/com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.linux64_1.3.0.202002181050/tools/bin -e -r 1 -p 3333`
358+
```sh
359+
ST-LINK_gdbserver -d -cp /opt/st/stm32cubeide_1.3.0/plugins/com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.linux64_1.3.0.202002181050/tools/bin -e -r 1 -p 3333
360360
```
361361

362362
Max OS/X:
@@ -368,7 +368,7 @@ Max OS/X:
368368
Win:
369369

370370
```
371-
ST-LINK_gdbserver -d -cp C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.0.0.202105311346\tools\bin -e -r 1 -p 3333`
371+
ST-LINK_gdbserver -d -cp C:\ST\STM32CubeIDE_1.7.0\STM32CubeIDE\plugins\com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.win32_2.0.0.202105311346\tools\bin -e -r 1 -p 3333
372372
```
373373
- Connect with arm-none-eabi-gdb or gdb-multiarch
374374

0 commit comments

Comments
 (0)