Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 9 months ago.
Which hardware timers are used for a ticker, timeout, and timer in mbed-os on STM32F411RE?
I am handling Nucelo-F411RE on mbed-os. SM32F411RE has several timer modules, that is, TIM1, TIM2 ~ TIM5, TIM9 ~ TIM11.
I want to know which timer module is used for a ticker, timeout, and timer in mbed-os, respectively. (Which source code is handling the TIM modules in mbed-os?)
Question relating to:
1 Answer
6 years, 9 months ago.
Hi
You have to check hal_tick.h file which is defined for each target:
In F411RE case, we are using TIM5
Regards,
Jerome