2015-02-19 07:28 AM
Hello, i want to generate a periodic pulse of 5V into a pin using a TIMER. Has someone a code similar to this?
Thank you #timers #stm32f4 #stm32f407 #discovery2015-02-19 07:41 AM
Use standard timer code, pick an FT pin, set it in OD mode, and pull to 5V externally.
2015-02-23 04:46 AM
Got it! Thank you clive. One more question: how do I have to configure the timer if I want to make for example 10 pulses and then stop. Using Counter Mode Down maybe? How should the maín look like?
Thank you