esp-hal icon indicating copy to clipboard operation
esp-hal copied to clipboard

TIMG: Not all timer clock sources are set correctly

Open MabezDev opened this issue 1 year ago • 0 comments

image

The important line here is the

Figure12-2 is a diagram of timer Tx in a timer group

Meaning that each timer inside a timer group can configure its clock source. @burrbull pointed out in https://github.com/esp-rs/esp-hal/pull/1364#discussion_r1545642760 that we currently aren't doing that.

The reason we haven't seen any issues stemming from this oversight, is because the reset value is 0, which means by default all timers will use the APB clock.

MabezDev avatar Mar 31 '24 12:03 MabezDev