2023-04-10 10:25 PM - edited 2023-11-20 08:34 AM
Hi.
I am using STM32WL55 for FSK communication.
Firmware version is STM32Cube_FW_WL_V1.3.0.
In the past, version 1.1.0 was used, but version 1.3.0 has changed a lot.
So I'm not sure how to set it up.
First of all, I want to set SUBGHZ_PHY, but the Enable check box is disabled as follows.
And files related to SUBGHZ_PHY and Radio are not visible after [Generate Code].
Could you let me know why it is disabled and how I can use it?
Please give me a procedure or method on how to set up and use FSK.
Thank you.
Solved! Go to Solution.
2023-04-11 02:01 AM - edited 2023-11-20 08:35 AM
Hello ,
For the SUBGHZ_PHY in Middleware and Software :
For dual core you need to Activate the IPCC and the SUBGHZ.
Foued
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.
2023-04-11 01:42 AM - edited 2023-11-20 08:34 AM
Hello @SOn, Dong-Seong ,
Make sure that you are using the latest version of STM32CubeMX 6.8.0 .
If I select the SUBGHZ peripheral under the Connectivity category, I can check the box next to Activated.
Foued
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.
2023-04-11 01:56 AM - edited 2023-11-20 08:35 AM
Hi.
It is SUBGHZ_PHY in Middleware and Software, not in Connectivity.
I want to enable SUBGHZ_PHY in Middleware and Software
2023-04-11 02:01 AM - edited 2023-11-20 08:35 AM
Hello ,
For the SUBGHZ_PHY in Middleware and Software :
For dual core you need to Activate the IPCC and the SUBGHZ.
Foued
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.
2023-04-11 02:07 AM - edited 2023-11-20 08:35 AM
hi @SOn, Dong-Seong ,
to use the SUBGHZ_PHY driver, you need first to enable the SUBGHZ peripheral.
you also need to enable RTC to configure timer server.
2023-04-11 03:41 AM
Oh
When I activated IPCC, I was able to enable SUBGHZ_PHY.
I resolved it
Thank you so much
2023-04-11 04:29 AM
If this solves your problem, please mark my answer as "Best Answer" by clicking on the "Select as Best" button, this can be helpful for Community users to find this solution faster.
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.