Dear community,
Is there a built-in function or a hardware module on the RM57Lx to measure the real world time in milliseconds or microseconds? Like the the POSIX function gettimeofday(), I tried to use it, but the following code doesn't work:
#include <sys/time.h>
Does the RTI module have to be used? See https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/300674
