Unable to flash on stm32f469i_disco #67728
Unanswered
hafizmqasim
asked this question in
Q&A
Replies: 2 comments
-
Hello 2 suggestions: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I am facing an issue to flash on STM32F469I Discovery board. Hello World is build successfully using the command
west build -p always -b stm32f469i_disco samples\hello_world
but gives following error when west flash is executed.
-- west flash: rebuilding
[1/1] cmd.exe /C "cd /D C:\Users\m3n1iz\zephyrproject\zephyr\bui...le=C:/Users/m3n1iz/zephyrproject/zephyr/build/zephyr/zephyr.elf
-- west flash: using runner openocd
-- runners.openocd: Flashing file: C:/Users/m3n1iz/zephyrproject/zephyr/build/zephyr/zephyr.hex
Open On-Chip Debugger 0.12.0 (2023-10-02) [https://github.com/sysprogs/openocd]
Licensed under GNU GPL v2
libusb1 09e75e98b4d9ea7909e8837b7a3f00dda4589dc3
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
Info : The selected transport took over low-level target control. The results might differ compared to plain JTAG/SWD
Info : clock speed 2000 kHz
Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Info : STLINK V2J35M26 (API v2) VID:PID 0483:374B
Info : Target voltage: 3.259631
Error: SRST error
FATAL ERROR: command exited with status 1: openocd -s 'C:/Users/m3n1iz/zephyrproject/zephyr/boards/arm/stm32f469i_disco\support' -f 'C:/Users/m3n1iz/zephyrproject/zephyr/boards/arm/stm32f469i_disco\support\openocd.cfg' '-c init' '-c targets' -c 'reset init' -c 'flash write_image erase C:/Users/m3n1iz/zephyrproject/zephyr/build/zephyr/zephyr.hex' -c 'reset run' -c shutdown
Can someone guide, what is the issue?
Beta Was this translation helpful? Give feedback.
All reactions