Skip to content

Commit 8911f96

Browse files
authored
Merge pull request #13014 from jeromecoutant/PR_H7CM4
DISCO_H747I_CM4 is supporting now hex format
2 parents b3e8e8a + 876125a commit 8911f96

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

targets/TARGET_STM/TARGET_STM32H7/README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Default configuration is booting both CM7 and CM4:
6868
- CM7 at 0x0800 0000
6969
- CM4 at 0x0810 0000
7070

71-
Note that `Drag and Drop` feature for binary application is flashing at 0x0800 0000
71+
Note that `Drag and Drop` feature for binary application (.bin files) is flashing at 0x0800 0000
7272

7373
**IP HW usage warning**
7474

@@ -114,8 +114,33 @@ For MBED tests execution, you have to use DISCO_H747I target name (mbed detect n
114114

115115
For application compilation, you have to use DISCO_H747I_CM4 target name.
116116

117-
For flashing, as explained in the `Dual mode configuration` above part, you can not drag and drop applications.
118-
You have to use STM32CubeProgrammer software
117+
For flashing, method is depending on the format:
118+
- hexadecimal files: use drag and drop
119+
- binary files: use STM32CubeProgrammer software
120+
121+
#### hexa drag and drop
122+
123+
Please check the ST Link FW version you have:
124+
125+
```
126+
$ mbedls
127+
| platform_name | platform_name_unique | mount_point | serial_port | target_id | daplink_version |
128+
|---------------|----------------------|-------------|-------------|--------------------------|-----------------|
129+
| DISCO_H747I | DISCO_H747I[0] | D: | COM13 | 081402210D03E72132477E08 | V3J7M2 |
130+
131+
```
132+
133+
Minimum version is V3J7M2 (https://www.st.com/en/development-tools/stsw-link007.html)
134+
135+
Configuration to add in mbed-os json configuration:
136+
137+
```
138+
"OUTPUT_EXT": "hex",
139+
```
140+
141+
#### binary flashing
142+
143+
STM32CubeProgrammer software is available:
119144

120145
https://www.st.com/en/development-tools/stm32cubeprog.html
121146

targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3011,6 +3011,7 @@
30113011
"QSPI",
30123012
"MPU"
30133013
],
3014+
"OUTPUT_EXT": "hex",
30143015
"bootloader_supported": true
30153016
},
30163017
"DISCO_L072CZ_LRWAN1": {

0 commit comments

Comments
 (0)