2021-09-10 02:31 AM
Hello, Selecting the NUCLEO WL55JC2 board, then initialized with the peripherals.
Enabled both SUBGHZ and SUBGHZ_PHY mode.
(in older SUBGHZ_Phy_PingPong stm32cubewl software there was predefined RF SW CTRL pins and other board resources)How can i define RF SW CTRL in SUBGHZ_PHY Platform settings in new template without depending on SUBGHZ_Phy_PingPong ioc template file?
Solved! Go to Solution.
2021-10-28 05:23 AM
Hi @SSaya.1 ,
The RF switch settings and control are provided by the BSP driver, Unfortunately code generated by STM32CubeMX does not support BSP. For this matter you have to add the BSP driver files yourself.
You can find more details and how to do so in the AN5406 sections 4 and 5.
If you have further question, please do not hesitate to contact me.
Sara.
2021-10-26 05:47 AM
Hello @SSaya.1 ,
Could you please specify the STM32CubeMX version that you are using.
Best regards,
Sara
2021-10-26 09:45 PM
stm32cubeide 1.7.0
2021-10-27 02:09 AM
Hi,
Could you please share with us your .ioc file?
Thanks in advance,
Sara.
2021-10-27 04:45 AM
2021-10-27 04:46 AM
2021-10-28 05:23 AM
Hi @SSaya.1 ,
The RF switch settings and control are provided by the BSP driver, Unfortunately code generated by STM32CubeMX does not support BSP. For this matter you have to add the BSP driver files yourself.
You can find more details and how to do so in the AN5406 sections 4 and 5.
If you have further question, please do not hesitate to contact me.
Sara.