cancel
Showing results for 
Search instead for 
Did you mean: 

i want two ISR functions for different UARTs. Is posible in Stm32 MCUs ?

srikanth
Associate III
 
1 ACCEPTED SOLUTION

Accepted Solutions
AvaTar
Lead

Of course. Each UART unit has it's own interrupt vector.

Check the reference manual of your specific MCU.

View solution in original post

3 REPLIES 3
AvaTar
Lead

Of course. Each UART unit has it's own interrupt vector.

Check the reference manual of your specific MCU.

It works on all the STM32 parts I've used.​

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

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.