[SOLVED]Timer changes since 1.6
Re: Timer changes since 1.6
Did best answer get removed or is it not enabled for this particular board?
Re: Timer changes since 1.6
Well,BennehBoy wrote: Thu Jan 23, 2020 1:03 pm Did best answer get removed or is it not enabled for this particular board?
Originally you create a topic here which should only contains SubForum:
Board index < Arduino for STM32 < Cores < STM32 Core
I move it here:
Board index < Arduino for STM32 < Cores < STM32 Core < General discussion
Then Best answer is enabled

Re: [SOLVED]Timer changes since 1.6
Instead of configuring a timer, you can use HAL_SYSTICK_Callback() which fires every millisecond. See viewtopic.php?p=644#p644 for blinky example using systick.
Re: [SOLVED]Timer changes since 1.6
Ah nice, this is good to know I can use a timer when I need a different timing.fredbox wrote: Thu Jan 23, 2020 3:27 pm Instead of configuring a timer, you can use HAL_SYSTICK_Callback() which fires every millisecond. See viewtopic.php?p=644#p644 for blinky example using systick.
Re: Timer changes since 1.6
Ooops, sorryfpiSTM wrote: Thu Jan 23, 2020 2:49 pm Well,
Originally you create a topic here which should only contains SubForum:
Board index < Arduino for STM32 < Cores < STM32 Core
I move it here:
Board index < Arduino for STM32 < Cores < STM32 Core < General discussion
Then Best answer is enabled![]()
