Hi!
I can’t debug my L432KC in Mbed Studio. I can debug it with CubeIDE and it is also in the list of supported boards for debugging. In Mbed Studio the USB-Symbol is yellow and I can’t use the debug button.
I tried to upgrade the ST-Link firmware and the ST-Link USB driver, but it didn’t help.
Looks like it’s been 15 days, and it still shows up on the mbed development boards page after adding a filtering for “Debug”. I’m glad to know, though.
That’s the reason I sent the PR. The PR is now merged into master, not sure when there’ll be a new release.
I made it to work here on mbed studio. You’ll have to git clone pyocd master, than depending on your os, on a Mac, /Library/Application Support/Mbed Studio/mbed-studio-tools/python/. you can /Library/Application Support/Mbed Studio/mbed-studio-tools/python/bin/pip install [your_pyocd_cloned_directory].
After that, go on mbed studio target, click on the IC chip icon, select cortex-m and change the --target from cortex-m to stm32l432kc.