comejv commented on issue #16762: URL: https://github.com/apache/nuttx/issues/16762#issuecomment-3137643257
To be able to include the source files I just added: ```cmake INCLUDE_DIRECTORIES ${NUTTX_DIR}/arch/arm/src/stm32h7/) ``` to the CMakeLists of my app. Using gpio interrupt I seem to be limited by the resolution of the system clock when using `clock_gettime(CLOCK_MONOTONIC, &now)`, which caps me at 100Hz. How can I fix that? Increasing system clock? Going tickless? Using another timer? -- 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