7 years, 11 months ago.

How many Ticker timer in mbed we can set?

hi,

I am wondering how many ticker timer we can set in STM32F103RB?

1 Answer

7 years, 11 months ago.

Short version: As many as you want.

The mbed system sets up a 1us clock on one of the CPU internal timers. All tickers, timers and timeouts then use that same clock meaning that you can run as many as you want. Obviously there is a small performance and memory overheard for each one you set up but it's not normally going to be large enough to matter.

Accepted Answer