2015-05-28 09:01 AM
In STM32Cube_FW_F3_V1.1.0 (same with V1.1.1) in file
Drivers/STM32F3xx_HAL_Driver/Inc/stm32f3xx_hal_uart.h
there is a closing bracket missing on line 444:435 /** @defgroup UART_Flags UART Status Flags
436 * Elements values convention: 0xXXXX
437 * - 0xXXXX : Flag mask in the ISR register
438 * @{
439 */
440 &sharpdefine UART_FLAG_REACK ((uint32_t)0x00400000)
441 &sharpdefine UART_FLAG_TEACK ((uint32_t)0x00200000)
442 &sharpdefine UART_FLAG_WUF ((uint32_t)0x00100000)
443 &sharpdefine UART_FLAG_RWU ((uint32_t)0x00080000)
444 &sharpdefine UART_FLAG_SBKF ((uint32_t)0x00040000
445 &sharpdefine UART_FLAG_CMF ((uint32_t)0x00020000)
446 &sharpdefine UART_FLAG_BUSY ((uint32_t)0x00010000)
[...]
#stm32f3xx_hal_uart.h2015-06-01 02:51 AM
Thanks Andreas for reporting this issue.
-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.