2024-11-10 08:16 PM
Hello !
My environment:
X-NUCLEO-53L5A1 1.1.1 https://github.com/stm32duino/X-NUCLEO-53L5A1
VL53L5CX 1.2.3 https://github.com/stm32duino/VL53L5CX
I managed to get X_NUCLEO_53L5A1_HelloWorld.ino to work.
But I can't do it on another PC. Both have the same environment.
In the failure case, even "Initialize... Please wait, it may take few seconds..." doesn't show up on SerialMonitor.
Nothing shows up by pressing the reset button. Upload is successful.
Basic examples like Blink.ino are working on another PC.
Please let me know if there is anything else I should check.
2024-11-11 03:21 PM
I solved it myself.
In Arduino IDE, I switched Mass Storage to STM32CubeProgrammer(SWD) in Upload method after installing STM32CubeProgrammer.
I'm not sure why, but this is working fine for now. If anyone has the same problem, please try this.