I'm doing a bare metal project on an LPC5512 using MCUexpresso and SDK 2.11 using only internal OSC (no external Xtals), 96MHz.
Since I'm doing a loop to check on everything my self (as opposed to FreeRTOS sort of thing), I would like to know what time it is at any given point to a mS (or so) resolution.
Is there a way to just grab a time off the part somehow? Maybe have to run a timer or something or is there like a systick counter or cycle counter somewhere I can grab.
I'm just interested in relative time so nothing fancy like an RTC.