Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firmware is non-functional with stm32duino 2.5.0 #125

Open
loostrum opened this issue Jun 19, 2023 · 1 comment
Open

Firmware is non-functional with stm32duino 2.5.0 #125

loostrum opened this issue Jun 19, 2023 · 1 comment

Comments

@loostrum
Copy link
Member

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

arduino-cli core install STMicroelectronics:stm32@2.3.0

Then proceed with make upload in the device folder as usual.

@loostrum
Copy link
Member Author

The only relevant major difference between stm32duino versions 2.4 and 2.5 seems to be a change from gcc-10 to gcc-12, see https://github.com/stm32duino/Arduino_Core_STM32/releases

The issue is related to the display, with make upload FLAGS=-DNODISPLAY the microcontroller does not hang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant