Hi,
I am trying to make calls to the system clock within the A5 core on my Sc-589 board. When running the code through the debugger, the following error
Semihosting: "unsupported call 0x10"
Now, in the debug configuration, I have the "Enable semihosting" box checked. Further, other functions I understand to require semi-hosting, such as printf, work fine. I have encountered this issue on other Arm boards, (Notably an NXP-M33), where the fix was a semihosted version of newlib that could be enabled. However, I cannot find settings to enable this in CCES. I have tried adding the -- -spec=rdimon.specs flag to the compile flags, but have not had any success in finding the rdimon.specs file.
Is there any way to make these calls to clock() within the Arm core on this board?