- This topic has 3 replies, 3 voices, and was last updated 7 years, 6 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › Mastering STM32 book support forum › Issue while debugging two Nucleo Boards simultaneously
Hello Carmine,
congratulations for the book, it is an invaluable resource!
I’d like to share an issue happened to me trying to debug two boards simultaneously, as described in the paragraph 23.6.
If I copy the serial number in plain ASCII characters as you wrote, the ST-LINK is not recognized. I found a useful answer on StackOverflow that resolved the issue:
http://stackoverflow.com/questions/29121050/openocd-debugging-multiple-devices-at-once
Basically the plain ASCII characters are not accepted, I had to insert the serial number in hexadecimal format, copying it from the log file.
Furthermore, due to the fact that the serial number now is composed of “strange” characters, the command “hla_serial xxxx” inserted in the “External Tools configuration” page is not working, and Eclipse gives an error. I resolved the issue by putting the command in a custom .cfg file (as explained in StackOverflow).
Alessandro
Just a note: I was using two plain St-Link V2 connected to two custom boards, not two Nucleo boards. Maybe there is a difference?
Same question!
Thank you for letting me know about that. Instructions will be updated in the next release of the book.