STM32duino / X-NUCLEO-53L5A1 example doesn't work
Hello !
My environment:
- Windows 11
- Arduino IDE 2.3.2
- STM32 Cores https://github.com/stm32duino/Arduino_Core_STM32/wiki/Getting-Started
- Library
X-NUCLEO-53L5A1 1.1.1 https://github.com/stm32duino/X-NUCLEO-53L5A1
VL53L5CX 1.2.3 https://github.com/stm32duino/VL53L5CX
- NUCLEO-F401RE https://www.st.com/en/evaluation-tools/nucleo-f401re.html
- X-NUCLEO-53L5A1 https://www.st.com/en/evaluation-tools/x-nucleo-53l5a1.html
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.
