'How can I get timer in microsecond in ARMv8 system?
I am writing a part of kernel code in ARMv8 RTOS.
I am trying to do a function like gettimeofday() in Linux, which can return system time in second and microsecond.
But I failed to do that.
ARMv8 support PL031, I think it is working at freq. of 1Hz, I cannot get the time in microsecond.
I am NOT sure if I am reading/doing something wrong with PL031, is there any way in ARMv8 to get system time in microsecond?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
