2024-09-16 03:37 AM
Hi,
I am currently working on a BLE module using the ST STM32WBA55UGI6 MCU. While I am able to read the MCU through STM32CubeProgrammer, I am encountering issues when trying to perform BLE RF tests using STM32CubeMonitor-RF.
Could you please advise which firmware files need to be programmed to enable BLE RF testing? I have downloaded various projects from GitHub, but none of them have resolved the issue.
Thank you for your assistance.
Solved! Go to Solution.
2024-09-16 06:15 AM
Hello @sheng
To use the STM32CubeMonitor-RF software tool with the STM32WBA, you have to follow the UM2288. It includes the details that should help you to use the STM32CubeMonitor-RF together with your STM32WBA.
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.
2024-09-16 06:15 AM
Hello @sheng
To use the STM32CubeMonitor-RF software tool with the STM32WBA, you have to follow the UM2288. It includes the details that should help you to use the STM32CubeMonitor-RF together with your STM32WBA.
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.
2024-09-19 06:36 PM
Hi,
Thanks for your reply,
I referred to UM 2288 and used it with the project in github. It can be used on STM32CubeMonitor-RF.
https://github.com/STMicroelectronics/STM32CubeWBA/tree/main/Projects/NUCLEO-WBA55CG
Thanks.