From 9309bb4cd92ebdafcfb5cecd113b1c3948f6c7a8 Mon Sep 17 00:00:00 2001 From: zykrahgaming Date: Sat, 1 Jan 2022 19:28:56 +1100 Subject: [PATCH] Defined IRQ USART Priorities --- testhal/STM32/STM32F4xx/EICU/mcuconf.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/testhal/STM32/STM32F4xx/EICU/mcuconf.h b/testhal/STM32/STM32F4xx/EICU/mcuconf.h index 6279dbe7..d71bf38f 100644 --- a/testhal/STM32/STM32F4xx/EICU/mcuconf.h +++ b/testhal/STM32/STM32F4xx/EICU/mcuconf.h @@ -83,6 +83,16 @@ #define STM32_IRQ_EXTI21_PRIORITY 15 #define STM32_IRQ_EXTI22_PRIORITY 15 +#define STM32_IRQ_USART1_PRIORITY 12 +#define STM32_IRQ_USART2_PRIORITY 12 +#define STM32_IRQ_USART3_PRIORITY 12 +#define STM32_IRQ_UART4_PRIORITY 12 +#define STM32_IRQ_UART5_PRIORITY 12 +#define STM32_IRQ_USART6_PRIORITY 12 +#define STM32_IRQ_UART7_PRIORITY 12 +#define STM32_IRQ_UART8_PRIORITY 12 +#define STM32_IRQ_LPUART1_PRIORITY 12 + /* * ADC driver system settings. */