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.
5 years, 7 months ago.
HAL Ticker guide
Hi all,
I need a very precise Ticker, I'm currently using the HAL APIs to use the hardware timer. I'm wondering if it is the right way to do it and I'm looking for some guide about how timers works and how I can create a HALTicker class that permits me to use all the timers that are present in the board.
1 Answer
5 years, 7 months ago.
Hi Noè,
We have a documentation about how to use Timer API, you can refer here,
https://os.mbed.com/docs/mbed-os/v5.12/apis/timer.html
Thanks,
Desmond