2023-05-01 10:00 PM
2023-05-17 12:23 AM
The thread has been closed because of the duplication. Find here: STM32G0 USART3 and USART4 share an interrupt. How to deal with it?
2023-05-01 11:26 PM
Check the startup.s for a Vector Table content and exact symbol name for each handler. Some might have shared usage or unique naming.
2023-05-02 05:55 AM
2023-05-02 01:59 PM
There is only one interrupt shared by the 2 USART: USART3_4_IRQn which is 29
2023-05-17 12:23 AM
The thread has been closed because of the duplication. Find here: STM32G0 USART3 and USART4 share an interrupt. How to deal with it?