west flash for nucleo_u575zi_q is failing #44860
-
Hi, I am following below document to build and flash hello_world sample code on nucleo_u575zi_q. Commands used to build and flash:
Able to run below command successfully but same is not working with west flash OS: Windows |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
Did you update the Firmware of your nucleo board recently using the stm32CubeProgrammer ?That could help in any case |
Beta Was this translation helpful? Give feedback.
-
Does your application run on a more recent zephyr Version : I see the zephyr version: 2.7.99
|
Beta Was this translation helpful? Give feedback.
-
The same command is issued successfully by the west flash :
and then |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Problem is solved by installing older version STM32CubeProgrammer V2.7.0
Fixed below issue by erasing device and ST Link firmware upgrade through STM32CubeProgrammer V2.7.0
West flash:
Verified with zephyr version 3.0.0 and 3.0.99