2025-09-05 12:20 AM
Hello Together,
I would like to try out the STM32CubeMonitor-RF (V2.15.0) with the NUCLEO-WBA55CG board.
I downloaded the stm32cubewba mcu package (V1.7.0) and flashed the .bin file from the BLE_TransparentMode example to the board with the STMCubeProgrammer (V2.20.0)
(start address: 0x08000000).
When starting the STM32CubeMonitor-RF, however, the message "Device under Test not responding" appears.
I then loaded the project with the STM IDE (V1.19.0) and selected the BLE_TransparentMode project for my board via the Example Selector when creating a new STM32 project.
The same error message appears on the RF Monitor.
Do I have to integrate the BLE stack separately?
Where can I find the BLE stack?
I have noticed that the loaded project structure in the IDE differs from the one from the ST Wiki for the transparent mode. The file "ll_sys_hclk_client.c" and the two libraries "LinkLayer_BLE_Full_lib.a" and "stm32wba_ble_stack_full.a" are missing in the middleware.
Thanks for the help!
Solved! Go to Solution.
2025-09-05 3:27 AM
Hello @BLE_Beginner and welcome to the ST Community.
I've personally tested this by uploading the BLE_TransparentMode_reference.bin from the STM32CubeWBA V1.7.0 and using the STM32CubeProgrammer V2.20.0. After that, i've been able to connect it to the STM32cubeMonito-RF V2.18.0 without an issue:
I think you should update the CubeMonitor-RF to the newest version (since it may be an issue on the oldest versions).
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.
2025-09-05 3:27 AM
Hello @BLE_Beginner and welcome to the ST Community.
I've personally tested this by uploading the BLE_TransparentMode_reference.bin from the STM32CubeWBA V1.7.0 and using the STM32CubeProgrammer V2.20.0. After that, i've been able to connect it to the STM32cubeMonito-RF V2.18.0 without an issue:
I think you should update the CubeMonitor-RF to the newest version (since it may be an issue on the oldest versions).
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.
2025-09-07 9:52 PM
Thanks for the fast response.
It works with the Version V1.8.0 of the CubeMonitor RF