Hello,
I'm using a MIMXRT1170 EVK Board and a Segger JLINK debugger. I've imported some COTS code that makes use of the time() function.
The issue is that the software holds during the execution of the time() function on some software breakpoint (bkpt 0xAB).
My question is how does the time() function actually gets the time ? Why does the software hold on that breakpoint ?