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!