Timer for defining 20ms cycle:
// Create timers.
m_test_timer = xTimerCreate("TEST",
20,
pdTRUE,
NULL,
test_timeout_handler);
I found eight cycles, fast 6ms