STM32L072 and interrupt vector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-16 10:34 AM
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
- Labels:
-
STM32L0 Series
-
STM32L1 Series
-
UART-USART
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-16 11:15 AM
Check status of both in one handler
DCD USART4_5_IRQHandler ; USART4 and USART5
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-08-18 2:13 AM
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-18 9:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-08-18 9:56 AM
RM0376 Table 53 "List of Vectors"
Up vote any posts that you find helpful, it shows what's working..
