2023-04-27 04:10 PM
According to the user manual (st (dot) com/resource/en/user_manual/um2115-discovery-kit-for-lorawan-sigfox-and-lpwan-protocols-with-stm32l0-stmicroelectronics.pdf), you can optionally close SB13 to get a 32MHz clock signal to the MCU instead of attaching your own external clock. However, when selecting the clock configuration for the STM32L072CZYx the HSE crystal freq is only allowed up to 25MHz and I see similar information in the datasheet for STM32L072xZ (st (dot) com/resource/en/datasheet/stm32l072cz.pdf).
Maybe I am just misunderstanding but it sure seems like the intent is for the TXCO to be routed to the PHY_OSC_IN pin on the MCU in some applications, but the MCU is only rated for 25MHz
Solved! Go to Solution.
2023-04-27 04:58 PM
fHSE_ext is 32 MHz
25 MHz is for the oscillator (OSC_IN / OSC_OUT)
2023-04-27 04:58 PM
fHSE_ext is 32 MHz
25 MHz is for the oscillator (OSC_IN / OSC_OUT)
2023-04-27 05:13 PM
Thank you so much! That was it, just needed to read the datasheet more carefully