Facing challenges in sysbuild flashing using west flash on nucleo_u575zi_q #59208
-
Hi, I am working on building and flashing MCUBOOT+ application using sysbuild on nucleo_u575zi_q.
Commands used to build and flash: OS: Windows Links: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Erase happens because of this line in board's board.cmak file: board_runner_args(stm32cubeprogrammer "--erase" "--port=swd" "--reset-mode=hw") |
Beta Was this translation helpful? Give feedback.
-
Superb! it's working now. Thanks. |
Beta Was this translation helpful? Give feedback.
Erase happens because of this line in board's board.cmak file: board_runner_args(stm32cubeprogrammer "--erase" "--port=swd" "--reset-mode=hw")
Removing the --erase should solve your issue