2019-08-29 05:02 AM
Hi,
Can anyone recommend the best way to generate microseconds delay??
and how to generate it??
2019-08-29 05:04 AM
Use a free running 32-bit TIM or DWT_CYCCNT
2019-08-29 09:11 AM
Nop loop or lptimer xan get the job done. Actually HAL_Delay should be renamed as HAL_Delay_ms and an example of usec delay should be provided for giving snippets to developpers.