2025-09-08 6:32 AM
Hello,
after some issues I was able to communicate with EvalBoard MB1801D and MB1803B (STM32WBA55CG) and the STM32CubeMonitor-RF Tool Version (2.18.0) .
In the first step, I wanted to use the RF board MB1863 (STM32WBA52CG) in conjunction with the MB1801D board to be able to communicate with the RF monitor here as well.
To do this, I generated a new project in the STM32CubeIDE (version 1.19.0) with the STM32WBA52CG µC and configured the pins using the .ioc file (see appendix) and copied the settings for the software pack "STM32_WPAN" from the TransparentMode example project of the WBA55.
I can successfully flash the project to the board, but then I cannot establish a connection with the RF monitor.
Is there an alternative method to get the BLE_TransparentMode running on the STM32WBA52 or am I overlooking a setting?
Would it be possible to use the TransparentMode example project of the WBA55 and only change the linker File xxFlash.ld from the wba55 to the wba52?
Thank you very much!
2025-09-10 3:25 AM
Hello @BLE_Beginner
The NUCLEO-WBA52CG is set as a not recommended for new designs. So, there is no more examples on this product for the newest releases. The CubeFW 1.1.0 and 1.1.1 must be used for the NUCLEO-WBA52CG. Also, connectivity applications are not supported on this release for NUCLEO-WBA52CG board. So, i suggest you refer to the BLE_TransparentMode example of the concerned board on the STM32CubeWBA V1.1.1 available to download here. But the recommendation is to switch to use the NUCLEO-WBA55CG.
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-10 10:41 PM
Der WBA55 bringt mir aktuell nichts. Ich habe schon ein Design mit dem WBA52. Es muss doch möglich sein den TransparentMode dort zum Laufen zu bringen. Der BLE Stack hat sich doch für den DirectTestMode nicht verändert. Ansonsten ist doch auch nur eine UART Verbindung notwendig um mit dem RF-Monitor kommunzieren zu können.
Ich habe das CubeFW Pacakge 1.1.0 mit dem 1.1.1 Patch heruntergeladen und die BLE_TransparentMode.bin Datei auf das Nucleo-WB52CG Board geflasht. Trotzdem scheitere ich weiterhin an der Verbindung mit dem RF-Monitor Tool.
2025-09-11 1:04 AM
I have now been able to establish a connection with the CubeFW Package 1.1.0.
Apparently, the project has to be rebuilt first.
Just flashing the .bin File out of the Project Folder did not work for me.
I used the .cproject file to open it in the IDE and was able to rebuild and flash the project.
However, the connection always breaks when starting the transmitter test. I don't have a solution for this yet.
2025-09-26 10:38 AM
Could you please give more details on the behavior you are watching.
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.