dejavudwh commented on issue #16265: URL: https://github.com/apache/nuttx/issues/16265#issuecomment-2832909782
> [@xiaoxiang781216](https://github.com/xiaoxiang781216) [@anchao](https://github.com/anchao) [@raiden00pl](https://github.com/raiden00pl) ^ > > [@dejavudwh](https://github.com/dejavudwh) I think not all microcontrollers have hrtimer. I know some families of STM32 has support to it. You are correct. However, the "hrtimer" I mentioned here is a software concept similar to Linux's hrtimer. It does not require hardware-specific "hrtimer" support, but simply enables shorter-duration timing. For example, with a 24M timer, it can already achieve ~40ns-level timing precision. Currently, NuttX's minimum timing precision remains one OS Tick. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org