Changing UARTs in MXCUBE Transparent Mode Project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-04 11:14 AM
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?
Solved! Go to Solution.
- Labels:
-
BLE
-
STM32CubeMX
-
STM32WB series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-04 12:52 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-04 12:52 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-05 3:13 AM
This is great. Is there any way to retarget the project to STM32WB5MMGH6 in MX Cube?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-06-05 5:16 AM
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.
