Skip to main content
Associate
July 5, 2025
Solved

STM32CubeProgrammer on MacBook Air M2 won't recognize NUCLEO-WL55JC2

  • July 5, 2025
  • 2 replies
  • 412 views

 

I'm trying my first Nucleo WL55JC2 dev board on my Macbook Air M2 (apple silicon). I am having an issue with connectivity. I have two of the same dev boards and multiple USB cables, and two USB ports on the Mac. All combinations give me the same result.

am able to upgrade the firmware on the board using STM32CubeProgrammer, so that shows that communication with the board via USB is possible. However, in STM32CubeProgrammer, I am not able to connect to it via STLink (with either JTAG or SWD) . . when I try SWD, I get the following output:

09:07:10 : UR connection mode is defined with the HWrst reset mode
09:07:10 : ST-LINK SN : 005200303234510A33353533
09:07:10 : ST-LINK FW : V3J15M7
09:07:10 : Board : NUCLEO-WL55JC
09:07:10 : Voltage : 3.25V
09:07:10 : Unable to get core ID
09:07:10 : No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication

 

So it is reading information from the board...but can't go further.

Best answer by Leif

@STTwo-32   Thank you for the link that pointed me to the solution.

 

This works for me:

Nucleo Dev Board ---> USB 3.0 Hub ---> Macbook

 

FYI: The USB hub I'm using is UGREEN Revodok 1071 USB C Hub for Laptop 7 in 1.  Model CM195. 

My assumption is that it doesn't matter which hub is used as long as it is USB 3.0 or above. 

2 replies

STTwo-32
Technical Moderator
July 5, 2025

Hello @Leif and welcome to the ST Community.

I suggest you to have a look at this FAQ. I think it may help you. Also, make sure you are using the STm32CubeProgrammer V2.19.0, USB data cables and not charging ones. You can also try different connection modes (under reset, hot plug, normal,..).

Best Regards.

STTwo-32

 

LeifAuthorBest answer
Associate
July 15, 2025

@STTwo-32   Thank you for the link that pointed me to the solution.

 

This works for me:

Nucleo Dev Board ---> USB 3.0 Hub ---> Macbook

 

FYI: The USB hub I'm using is UGREEN Revodok 1071 USB C Hub for Laptop 7 in 1.  Model CM195. 

My assumption is that it doesn't matter which hub is used as long as it is USB 3.0 or above.