cancel
Showing results for 
Search instead for 
Did you mean: 

Changing UARTs in MXCUBE Transparent Mode Project

TWood.4
Associate II

I'm working with the WB55 Nucleo Transparent Mode project

Is there a simple way of changing the interface in an MXCUBE project from USART1 to LPUART1?

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

Hello @TWood.4 

On the .ioc file, You have to:

  • Go to STM32_WPAN.
  • GO to the Configuration tab.
  • Under "HW UART", enable both CFG_HW_LPUART1_ENABLED and CFG_HW_LPUART1_DMA_TX_SUPPORTED.
  • Under "Application parameters", select the hw_lpuart1 for the CFG_UART_GUI.

Best Regards.

STTwo-32 

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.

View solution in original post

3 REPLIES 3
STTwo-32
ST Employee

Hello @TWood.4 

On the .ioc file, You have to:

  • Go to STM32_WPAN.
  • GO to the Configuration tab.
  • Under "HW UART", enable both CFG_HW_LPUART1_ENABLED and CFG_HW_LPUART1_DMA_TX_SUPPORTED.
  • Under "Application parameters", select the hw_lpuart1 for the CFG_UART_GUI.

Best Regards.

STTwo-32 

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.

This is great. Is there any way to retarget the project to STM32WB5MMGH6 in MX Cube?

Hello @TWood.4 

For such a purpose you have to create a new project. On this new one, migrate the project to this MCU considering his specifications.

Best Regards.

STTwo-32

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.