i want two ISR functions for different UARTs. Is posible in Stm32 MCUs ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-15 4:05 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-15 4:10 AM
Of course. Each UART unit has it's own interrupt vector.
Check the reference manual of your specific MCU.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-15 4:10 AM
Of course. Each UART unit has it's own interrupt vector.
Check the reference manual of your specific MCU.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-04-15 4:56 AM
It works on all the STM32 parts I've used.​
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
‎2019-04-15 9:23 PM
I am using all uarts in stm32f765vit MCU , for this i need different UART interrupt routines . Don't mine u have any example share with us.
