Pulse generation on STM32 devices

Thread Starter

ApacheKid

Joined Jan 12, 2015
1,114
Is there anything natively on these devices that supports the idea of a pulse generator or single shot or anything?

I want to be able to generate a positive going on pulse that lasts for say 10 uS, I can do this with a CPU loop of course or possibly introduce a timer, but wondered if there's anything built in for this...
 

daxliniere

Joined Aug 7, 2021
52
Check out RMT. It's a technology that was designed to be used with IR remotes, but can be used to offline timing to hardware for a variety of purposes.
 
Top