2023-05-16 12:41 AM
I am using STM32F030C8T6TR. An external 8 mhz oscillator was connected to the OSC_32_IN-OUT input by mistake, not to the OSC_IN-OUT pins on the board I have. Hardware cannot be changed. Can I reconfigure the pin with software or How can I use it? I am new in stm32.
Thanks from now :)
2023-05-16 01:22 AM
The oscillator pins are fixed and not interchangeable. Only the GPIO alternative can be selected. In this respect, you will have to make a new layout.
Hope that helps?
Regards
/Peter