2024-09-04 03:53 AM
How can add an external LSE oscillator to the STM32C011F4U6TR device as described in the datasheet (page 53)?
I'm not able to find OSC32_IN and OSC32_OUT in the pin assignment. Instead, I've found OSC32_EN (pin1 of STM32C011F4U6TR) but I'm not understand what it is for.
Could anyone clarify this?
Gaston
Solved! Go to Solution.
2024-09-04 04:31 AM - edited 2024-09-04 04:43 AM
Hello,
According to the datasheet, LSE Crystal needs to be connected on OSCX_IN / OSCX_OUT : PC14/PC15 which are shared with HSE.
Regarding the figure 15 you shared, it is generic to all STM32.
Update: X in OSCX means either 32 from OSC32 or simply OSC for for HSE as they are sharing the same pins.
2024-09-04 04:31 AM - edited 2024-09-04 04:43 AM
Hello,
According to the datasheet, LSE Crystal needs to be connected on OSCX_IN / OSCX_OUT : PC14/PC15 which are shared with HSE.
Regarding the figure 15 you shared, it is generic to all STM32.
Update: X in OSCX means either 32 from OSC32 or simply OSC for for HSE as they are sharing the same pins.