error: 'stimer_t' does not name a type; did you mean 'timer_t'?
Posted: Tue Dec 07, 2021 11:12 am
Hi,
I am endeavoring to upgrade an existing project which uses hardware timer interrupts from version 1.4.0 arduino_stm32_core to version
2.0.0 of the core.
The attached sketch is an abbreviated example sketch which compiles ok with version 1.4.0 core and compiler but fails with the 2.0.0 core.
I have also attached a working build log and a failing build log in the attached zip file.
The problem seems to be the "static stimer_t TimHandle;" and seems to with the upgrade to version 2.0.0.
Appreciate some help in what changes are required to the sketch to correct the problem.
Thanks and Best regards,
Noel Diviney
I am endeavoring to upgrade an existing project which uses hardware timer interrupts from version 1.4.0 arduino_stm32_core to version
2.0.0 of the core.
The attached sketch is an abbreviated example sketch which compiles ok with version 1.4.0 core and compiler but fails with the 2.0.0 core.
I have also attached a working build log and a failing build log in the attached zip file.
The problem seems to be the "static stimer_t TimHandle;" and seems to with the upgrade to version 2.0.0.
Appreciate some help in what changes are required to the sketch to correct the problem.
Thanks and Best regards,
Noel Diviney