How to use multiple Timers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-05 12:46 AM - edited ‎2023-12-05 12:47 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-05 1:25 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-06 8:25 PM
i am using timer2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-06 10:00 PM
Expect to need to make a better presentation of the code and what is and isn't functioning as expected.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-12-09 3:51 AM
