Skip to main content
apr
Visitor II
May 28, 2015
Question

STM32Cube_FW_F3_V1.1.0 stm32f3xx_hal_uart.h: line 444: missing closing bracket

  • May 28, 2015
  • 1 reply
  • 553 views
Posted on May 28, 2015 at 18:01

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.h
This topic has been closed for replies.

1 reply

Amel NASRI
ST Technical Moderator
June 1, 2015
Posted on June 01, 2015 at 11:51

Thanks Andreas for reporting this issue.

-Mayla-

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.