boards: nucleo_wl55jc: assert SRST before any target connection
Failed to flash blinky example to stock nucleo_wl55jc due to default application entering low power mode using WFI. To connect to a sleeping stm32wl55 a system reset is required. Signed-off-by: Jelle De Vleeschouwer <jelledevleeschouwer@gmail.com>
This commit is contained in:
parent
e915dcad13
commit
685c0e0662
1 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,4 @@ transport select hla_swd
|
|||
|
||||
source [find target/stm32wlx.cfg]
|
||||
|
||||
reset_config srst_only
|
||||
reset_config srst_only srst_nogate connect_assert_srst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue