2021-12-02 08:47 AM
I set these as GPIO outputs, but turning them on seems to be ignored. I read somewhere that LSE should be off to use these, and it is turned off, as I can see it in STM32CubeMX.
Is there something else I need to do to use these 2 pins as GPIO outputs?
2021-12-02 09:16 AM
I'm using an Nucleo board, and I see from the schematic that there are some 0ohm resistors that enable the external crystal.
Will look for different IO
2021-12-02 10:33 AM
Also be aware that PC14, and PC15 have much more limited driving capacity than other pins as they are powered from the power switch. The datasheet says you "must not" source current to drive LEDs with these.
2021-12-02 11:11 AM
Thanks. I've decided not use those anyway!