Timers STM32F407
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-23 1:22 PM
Posted on May 23, 2015 at 22:22
Is there a way of acessing Tim2 3 4... CC interrupts since they are not declared?
Or do I have to access them by TIMx_IRQHandler? Thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-23 2:15 PM
Posted on May 23, 2015 at 23:15
They all get dumped into TIMx_IRQHandler, and you handle the individual sources there.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
