If you're using a crystal rather than a TCXO, you need to adjust the BSP_RADIO_IsTCXO function in stm32wlxx_nucleo_radio.c. Also, for a crystal, radio_driver.c (SUBGRF_Init) loads the HSE trim capacitors with XTAL_DEFAULT_CAP_VALUE; if you haven't ch...