2021-03-21 07:15 AM
2021-03-22 02:36 AM
The problem is the age of the STM32VLDISCOVERY, which still contains an ST-LINK/V1 that the CubeProgrammer unfortunately cannot access via USB.
The only workaround to be able to debug with CubeIDE is:
In addition to debugging, programming is also possible, as the STM32F100RBT6 on the STM32VLDISCOVERY can be a accessed using the built-in bootloader (USART). Additionally to the 5V via the Mini-USB you only need:
We're sorry there isn't an easier way, but the kit is just too old.
Regards
/Peter
2021-03-22 02:36 AM
The problem is the age of the STM32VLDISCOVERY, which still contains an ST-LINK/V1 that the CubeProgrammer unfortunately cannot access via USB.
The only workaround to be able to debug with CubeIDE is:
In addition to debugging, programming is also possible, as the STM32F100RBT6 on the STM32VLDISCOVERY can be a accessed using the built-in bootloader (USART). Additionally to the 5V via the Mini-USB you only need:
We're sorry there isn't an easier way, but the kit is just too old.
Regards
/Peter
2021-03-22 03:14 AM
> The problem is the age of the STM32VLDISCOVERY, which still contains an ST-LINK/V1 that the CubeProgrammer unfortunately cannot access via USB.
I think this statement is not correct.
Cube can "access via USB", but does not support it, and brings no drivers for that messed-up design.
For the rest, I concur.
Either use an external debug pod, or dispose of the VL Discovery board.
2021-03-22 03:23 AM
Thanks for the reply and in detailed explanation
2021-03-22 03:24 AM
Thanks for the reply and in detailed explanation. It really helped me out.