I need to use Delay of few Micro/ Milli / Seconds without pushing the MCU in sleep i.e. without using k_msleep() etc. Is there any library for this purpose in Zephyr ?
I need to use Delay of few Micro/ Milli / Seconds without pushing the MCU in sleep i.e. without using k_msleep() etc. Is there any library for this purpose in Zephyr ?
Hello,
Yes, you can use the k_busy_wait(uint32_t usec_to_wait) function for this.
Best regards,
Vidar
Hello,
Yes, you can use the k_busy_wait(uint32_t usec_to_wait) function for this.
Best regards,
Vidar