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
With stm32duino version 2.5.0, the firmware compiles and uploads fine but the microcontrollers stops responding to any command. With version 2.4.0, the microcontrollers seems fine but performance of PowerSensor3 has not been tested. For now, the recommendation is to explicitly install version 2.3.0 of stm32duino. With arduino-cli this can be accomplished with
With stm32duino version 2.5.0, the firmware compiles and uploads fine but the microcontrollers stops responding to any command. With version 2.4.0, the microcontrollers seems fine but performance of PowerSensor3 has not been tested. For now, the recommendation is to explicitly install version 2.3.0 of stm32duino. With
arduino-cli
this can be accomplished witharduino-cli core install STMicroelectronics:[email protected]
Then proceed with
make upload
in thedevice
folder as usual.The text was updated successfully, but these errors were encountered: