HW TIMER divider outside of [2, 65536] range error
Posted: Tue Mar 05, 2019 3:02 am
I am trying to create a timer to get value in nano seconds. For this, I am using the "timer_group" example where I set the "TIMER_DIVIDER" to 1 in order to get 12.5 ns per tick. However, I get the following error:
Does this mean that the max freq. of clock that we can get for our timer group is 40 MHz? or am I doing something wrong?
Code: Select all
timer_group: timer_init(214): HW TIMER divider outside of [2, 65536] range error