west flash error
#67557
-
Nucleo STM32F401RE Hello all,
Any help or suggestions would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
jk0010
Jan 22, 2024
Replies: 1 comment 2 replies
-
Hi! Did you end up fixing this issue? I am running into something similar. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes I did. Before I started getting this error I installed jlink drivers to try to solve a different issue. After this my board was recognized as a JLink device in device manager. I believe this was the cause of my problem. First I'd check how your device is being recognized in device manager.
My soultion:
I installed the SEGGER STLinkReflash utility and followed the restore stlink instructions. After this my device was recognized as STLink in device manager (previously JLink). Running
lsusb
and the device was recognized as STLink. After this I was able to flash my nucleo board.