I got to test the cable and test the st-link against another crazyflie.
It turned out it was actually the pin on the port on the crazyflie that was damaged... apparently I was sloppy when I checked it.
Thanks a lot for the help!
Claudio
Search found 4 matches
- Thu Jan 07, 2021 2:28 pm
- Forum: Developer Discussions
- Topic: Debugging with STlink-V2 -- target voltage too low
- Replies: 7
- Views: 11958
- Wed Dec 30, 2020 2:34 pm
- Forum: Developer Discussions
- Topic: Debugging with STlink-V2 -- target voltage too low
- Replies: 7
- Views: 11958
Re: Debugging with STlink-V2 -- target voltage too low
Alright, so at least we have reached the same conclusion... I am not able to test the cable now but will do that as soon as I can access the tools. I did some more googling and bumped into this: https://www.openstm32.org/tiki-view_forum_thread.php?forumId=7&comments_parentId=705&highlight=ta...
- Tue Dec 29, 2020 1:08 pm
- Forum: Developer Discussions
- Topic: Debugging with STlink-V2 -- target voltage too low
- Replies: 7
- Views: 11958
Re: Debugging with STlink-V2 -- target voltage too low
Hi Kimberly, thanks a lot for the quick reply! The crazyflie itself seems healthy, I manage to connect to it both with the radio and the usb cable and it flies. I reflashed the firmware several times with different versions. What I cannot do it flashing through the stlink with "make flash"...
- Mon Dec 28, 2020 12:35 pm
- Forum: Developer Discussions
- Topic: Debugging with STlink-V2 -- target voltage too low
- Replies: 7
- Views: 11958
Debugging with STlink-V2 -- target voltage too low
Hi! I am working with the crazyflie using the St-Link V2 and the debug adapter. In the beginning everything was working fine, I could run "make openocd" and debug from another terminal window using "make gdb", I also run some python scripts that connected to openocd using telnet....