Skip to content

Commit cea65cb

Browse files
FRASTMjhedberg
authored andcommitted
board: arm: nucleo_g474re reflashing board
Reflash the nucleo_g474re successively Signed-off-by: Francois Ramu <[email protected]>
1 parent 2cfb11e commit cea65cb

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# SPDX-License-Identifier: Apache-2.0
2-
board_runner_args(pyocd "--target=stm32g474retx")
2+
3+
# use target=stm32g474rbtx instead of stm32g474retx
4+
# to allow board re-flashing (see PR #23230)
5+
board_runner_args(pyocd "--target=stm32g474rbtx")
36

47
include(${ZEPHYR_BASE}/boards/common/pyocd.board.cmake)

boards/arm/nucleo_g474re/nucleo_g474re.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ toolchain:
66
- zephyr
77
- gnuarmemb
88
- xtools
9-
ram: 32
10-
flash: 128
9+
ram: 128
10+
flash: 512
1111
supported:
1212
- arduino_gpio
1313
- arduino_i2c

0 commit comments

Comments
 (0)