stm32-hal icon indicating copy to clipboard operation
stm32-hal copied to clipboard

RFC: usart: stm32f4xx: add interrupt support

Open lindblandro opened this issue 8 months ago • 1 comments

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

lindblandro avatar Feb 01 '25 08:02 lindblandro