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!