stm32-hal
stm32-hal copied to clipboard
RFC: usart: stm32f4xx: add interrupt support
Interrupts on the f4 family behave a little different than for example on the f3. The interrupt behavior has been implemented as documented in RM0090 Rev. 21 "Reference Manual for STM32F405/415, STM32F407/417, STM32F427/437 and STM32F429/439 advanced Arm ® -based 32-bit MCUs"
#123