Page 1 of 1

Modifying the Tick Rate

Posted: Thu Nov 02, 2017 4:50 pm
by Northernboy
I am wondering if someone could show me how to modify the Tick Rate for the FreeRTOS scheduler?
I would like to slow it done to see the impact on my project.
I'm using Arduino IDE with ESP32.

Thanks
NB

Re: Modifying the Tick Rate

Posted: Tue Nov 21, 2017 8:35 am
by gerardy
I think this is controled by
#define CONFIG_FREERTOS_HZ 100
in sdkconfig.h
Gerard