What is the period of clock tick for AWR1843?
According to the "AWR1843 Single-Chip 77- to 79-GHz FMCW Radar Sensor", it seems the system clock is 40Mhz.
Then, I guess the period of one clock tick if 1/40Mhz.
Then to make a task sleep for 1 second, should use code Task_Sleep(40*1024*1024).
Is it correct?
Thanks