You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Com port selection for IDE is not working because CLI is returning multiple rows t, It should look like this when you connect an STM32 board:
Instead you get this:
What is also strange is that if you select any of them they all get selected and the same when deselecting
With just one bluepill connected CLI returns multiple rows:
@toogooda
the issue lies in the STM32 core having multiple aliases for the same VID:PID pair.
The CLI is doing a serial discovery operation which matches said pair against all the ones defined in the various cores.
Arduino boards have custom VID:PID pairs (each product has one ore more) so the match is pretty much always exact.
That cannot be done when there's no native, configurable (and configured) USB descriptor with proper VID:PID markers.
I think these boards all use the same USB Serial chip or do it natively so it's stored as a fix setting in the bootloader.
Not sure how it gets implemented on each board, but I know for sure that the Maple does not have a USB<>Serial chip on board
Hi, After more testing it turns out that a very old version of Dan Browns STM32 core which was never installed on IDE 2.0 was what was mapping all those boards to the same VID/PID and making the IDE very confusing. Once uninstalled it was all working fine.
Describe the bug

Com port selection for IDE is not working because CLI is returning multiple rows t, It should look like this when you connect an STM32 board:
Instead you get this:

What is also strange is that if you select any of them they all get selected and the same when deselecting

With just one bluepill connected CLI returns multiple rows:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If multiple uC are using the same PID/VID then should it be somthing Generic and Unique from the CLI like "STM32F103 Series"
Desktop (please complete the following information):
Windows 10
The text was updated successfully, but these errors were encountered: