Why is there no "stm32f4xx_hal_uart_ex.c" HAL library in STM32CUbeF4 repository.
I would like to use HAL_UARTEx_RxEventCallback from library "stm32fxxx_hal_uart_ex.c". This driver library is automatically included in STM32CubeIDE if I use F7 MCU but if I use F4 this library is not included. I also noticed it is not included in the github repository
https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Drivers/STM32F4xx_HAL_Driver/Src
How can I get HAL_UARTEx_RxEventCallback to work on F4. Do I have to manually import the library and where can I get one?