cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L072 and interrupt vector

JFELI.13
Associate III

Hi all

I would like to know if STM32L072 can use interrupt for USART4 & 5.

I'm using 1,2,4,5 serial ports .

If not, is using STM32L151 would change something or not ?

Thanks for help

4 REPLIES 4

Check status of both in one handler

        DCD   USART4_5_IRQHandler      ; USART4 and USART5

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

Thanks a lot for your suggestion.

But where can I find information for this Irq ?

I m using MikroC and I can see interrupt vector for serial port 1 & 2 but not for any other port.

And on datasheet I can't see any available interrupt too...

Table of interrupt vectors is in the Reference manual RM0091 . Table 36 in section 11.1.3.

Most users just look in the startup assembly files, provided by ST for well supported development tools.

-- pa