2014-05-02 12:50 PM
hello
I am using the STM32F407 discovery board,what is the best way to generate a 200ns Delay or less.Thanks2014-05-02 01:34 PM
Try to do it in hardware.
Fixed instruction sequences can be unpredictable via FLASH/ART You could spin in a loop counting ticks from DWT_CYCCNT, has a granularity of the CPU clock, but still overhead coming in/out and loop iterations.