SWD targets not recognized #1240
-
I'm attaching a log I took today. I'm having very instable behaviour in recognizing SWD attached targets to nucleo and discovery boards which make it impossible to get a stable working setup on my Mac (mid 2014 Retina, macOS 11.6.5 BigSur). Very rarely it is possible to detect the target, but I haven't found a pattern yet, what the cause for the instability is. I'm clueless for the moment |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
The only thing I can tell from the logfile is that your libusb version is 1.0.26 rc1, which is yet untested with this toolset as it is a pre-release. I can remember some issues with the libusb library in the past with certain versions thereof, where we had to wait for the problem to be fixed in that external project. However this may or may not be related to your findings. |
Beta Was this translation helpful? Give feedback.
-
libusb 1.0.26 rc1 was intentional on advice of a libusb developer to test whether the segfault 11 also occurs on most recent version. |
Beta Was this translation helpful? Give feedback.
-
Just a question: how can I find out which checkout of stlink I did? Someone is asking me whether I have c4762e6 .
BTW, why do I get this "Failed to parse..." note? A plain nucleo-F411RE board with jumpers CN2 closed is attached. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm coming back to the issue I have: I have attached a Discovery board and a DIYMORE https://stm32-base.org/boards/STM32F407VGT6-diymore.html to the SWD-Interface.
No clue for days now why the target isn't recognized. Connected SWCLK to PA14, SWDIO to PA13, Vcc externally powered. Help greatly appreciated. EDIT: False Alarm! Issue solved. It was hardware. Bad Berg connector crimping spot. Sorry for bothering.
Nonetheless I'm wondering about the initial Does it refer to the STLINK host? |
Beta Was this translation helpful? Give feedback.
-
This issue is now fixed in the current |
Beta Was this translation helpful? Give feedback.
This issue is now fixed in the current
nightly
branch (commit aee9a47).It will merge into the
develop
branch soon.