STM32CubeWB icon indicating copy to clipboard operation
STM32CubeWB copied to clipboard

P-NUCLEO-WB55.Nucleo BLE_TransparentMode bug in UART initialization when porting to a user board using LPUART1 instead of USART1.

Open Xevel opened this issue 2 years ago • 1 comments

Hello,

In STM32Cube_FW_WB_V1.13.1/Projects/P-NUCLEO-WB55.Nucleo/Applications/BLE/BLE_TransparentMode/STM32_WPAN/App/tm.c

line 170, there is a call to MX_USART1_UART_Init();

It should be dependent upon definition of CFG_HW_LPUART1_ENABLED or CFG_HW_USART1_ENABLED, to either init USART1 or LPUART1.

Best regards, Xevel

Xevel avatar May 05 '22 12:05 Xevel

ST Internal Reference: 129895

ASELSTM avatar Jun 06 '22 17:06 ASELSTM

Hi @Xevel,

Thank you for your contribution. This issue has been fixed in the frame of version v1.15.0 of the STM32CubeWB. Please allow me then to close this thread.

With regards,

ASELSTM avatar Apr 07 '23 14:04 ASELSTM