cancel
Showing results for 
Search instead for 
Did you mean: 

Generating a delay of 5 microseconds using STM32F407VG Discovery board?

GSING.19
Associate II

Dear All,

I need to a get a delay of 5 microseconds using STM32F407VG Discovery board.

Is using a timer a good option for this or there is other ways available to solve the problem without using any external library?

10 REPLIES 10
turboscrew
Senior III

I used timer to handle a DHT22. I first configured the timer to output compare for start pulse, and then to input capture to read the data.