ESP32-S3 SYSTIMER clock source
Posted: Fri Nov 10, 2023 10:31 am
Hi,
On ESP32-S3 I'm using peripheral SYSTIMER to measure time. Using register SYSTIMER.unit_val[0].lo.timer_unit_value_lo to get 32bit counter. I've stated that this register is sourced by a 16MHz clock, how can I configure this SYSTIMER clock?
Currently CPU is running at 240MHz, is there a divider in the clock tree that I can configure to increase SYSTIMER clock? Or is it a fixed clock?
Thank you
On ESP32-S3 I'm using peripheral SYSTIMER to measure time. Using register SYSTIMER.unit_val[0].lo.timer_unit_value_lo to get 32bit counter. I've stated that this register is sourced by a 16MHz clock, how can I configure this SYSTIMER clock?
Currently CPU is running at 240MHz, is there a divider in the clock tree that I can configure to increase SYSTIMER clock? Or is it a fixed clock?
Thank you