cancel
Showing results for 
Search instead for 
Did you mean: 

How to use multiple Timers?

venkateswarlu
Associate II

how to use multiple timers in stm32f746zg,i am using timer1 and timer4 as PWM generate and i am using timer2 for sdcard but it is not working that controller get struck and again i want to re-upload the code if the press the reset button also it is not working and i want to use some other timer for non block delay can anyone help that how to interface it?

4 REPLIES 4
Sarra.S
ST Employee

Hello @venkateswarlu, welcome to ST Community, 

If you're using multiple timers, you might need to synchronize them (for example for both timers that generate PWM) 

Also, could you specify what's not working exactly and maybe provide some code snippets of timer config 

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

i am using timer2

Expect to need to make a better presentation of the code and what is and isn't functioning as expected.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..