2023-02-02 08:25 AM
Hi,
I would like to try nucleo-WL55 in LoRa Node with Quatz and see temperature influence in RF signal.
So I have unsolder R2, and solder R39/R40. But now LoRaWAN_AT_Slave does not work anymore, even if I change TCXO to Quartz in .ioc file. I can see AT menu, but ATTONE does not work anymore.
Solved! Go to Solution.
2023-02-03 06:38 AM
It was just config of TCXO, it is not enough to change TCXO to crytal in .ioc.
We need to change in "stm32wlxx_nucleo_radio.c" function "int32_t BSP_RADIO_IsTCXO(void)" by "RADIO_CONF_TCXO_NOT_SUPPORTED".
And we can change switch pinout in "stm32wlxx_nucleo_radio.h"
2023-02-03 06:38 AM
It was just config of TCXO, it is not enough to change TCXO to crytal in .ioc.
We need to change in "stm32wlxx_nucleo_radio.c" function "int32_t BSP_RADIO_IsTCXO(void)" by "RADIO_CONF_TCXO_NOT_SUPPORTED".
And we can change switch pinout in "stm32wlxx_nucleo_radio.h"