Hello,
I want to get timestamps whenever an interrupt fires. I am using sntp client to sync the time and tx_time_get() function to calculate the number of ticks since last sync.
As per the default configuration in threadx, TX_TIMER_TICKS_PER_SECOND resolves to 10ms. If I redefine the TX_TIMER_TICKS_PER_SECOND to resolve to 1us, how does it impact the working of the software? Is there any negative impact?
Thank you.