I'm trying to flash my code to NUCLEO-L432KC(STM32L432KC) by TrueStudio. It was failed.
[
It looks tool cannot detect ST-Link probe. I just connected it by USB cable from PC (Windows10). Code and project file are generated by STM32CubeMX.
What is the missing? What should I do?
I have confirmed following.
- From STM32CubeProgrammer GUI, it cannot detect ST-Link connection.
- From STM32CubeProgrammer CLI, it can detect S/N of ST-Link. But cannot connect.
- From STLinkUpgrade 3.3.0, it can detect device and S/N. Also can update to V2J33M25.
- From IAR Embedded Workbench, it can build and flash code and debug. No problem at all.
- It looks same result using by STM32F4 Discovery kit for STM32F429 MCU.