cancel
Showing results for 
Search instead for 
Did you mean: 

Hi everyone, I have to implement radio test on STM32WB55CG based on possibility to manually set signal power and frequency, switch signal on and off. Could you advice me how can this be achieved using some exist coprocessor binary or any other way?

Gennadii_Votiov
Associate II

In examples I got familiar with RF low level access is controlled by some exact coprocessor firmware. Existing coprocessor binaries provide some higher level of abstraction that seems to not include forcing signal with exact characteristics. Do I missing something or is there any other approach to start continuous signal generation with specified power and frequency?

1 ACCEPTED SOLUTION

Accepted Solutions
Remy ISSALYS
ST Employee

Hello,

In order to perform RF test, you can use STM32CubeMonitorRF tool available here:

https://www.st.com/en/development-tools/stm32cubemonrf.html

Best Regards

View solution in original post

4 REPLIES 4
Remy ISSALYS
ST Employee

Hello,

In order to perform RF test, you can use STM32CubeMonitorRF tool available here:

https://www.st.com/en/development-tools/stm32cubemonrf.html

Best Regards

Javier1
Principal

>Could you advice me how can this be achieved using some exist coprocessor binary or any other way?

As far as i know ST doesnt want you to thinker with the M0+ core, thats why they offer 0 doumentation and only supply already compiled binarie files.

we dont need to firmware by ourselves, lets talk

Thank you, at first glance I missed that STM32CubeMonitorRF provides possibility to do the low level tests as we need but actually it is possible with Phy_802_15_4_Cli FW for CM4 + stm32wb5x_Phy_802_15_4_fw.bin for CM0 interacting with STM32CubeMonitorRF

Remy ISSALYS
ST Employee

Hello,

In order to do radio test for BLE, using Direct Test Mode (DTM), you should use stm32wb5x_BLE_HCILayer_fw.bin coprocessor binary available here:

https://github.com/STMicroelectronics/STM32CubeWB/tree/master/Projects/STM32WB_Copro_Wireless_Binaries/STM32WB5x

Best Regards