Senior
July 31, 2014
Question
UART/USART bug in STM32CubeMX V4.3 with STM32Cube V1.0
- July 31, 2014
- 2 replies
- 645 views
Posted on July 31, 2014 at 21:04
Hi,
There is a bug in STMCube when using UART/USART. When I config STM32F407VG and config UART4 and USART2 with MDK, then only stm32fxx_hal_uart is included. The stm32fxx_hal_uSart is not included and so is the config not useable. I have to add the stm32fxx_hal_usart.c manually to be able to use its functions.See attached file which produces only UART file and not USART files.