cancel
Showing results for 
Search instead for 
Did you mean: 

OSC32 - use pc14/15 as GPIO

ybitton
Associate II
Posted on February 08, 2012 at 16:02

Hi,

How can i use PC14/15 as GPIOs?

I turened off  LSE by using this function and configure PC14/15 as input floating:

     RCC_LSEConfig(RCC_LSE_OFF); 

But  the ports does not read any data, What do i miss?
1 REPLY 1
ybitton
Associate II
Posted on February 09, 2012 at 17:12

Hi,

As i continued investigating this issue i read in UM0919, that in order to use PC14/15 as GPIO, R14 should be unsolder from the board (STM32 vld).

I did it, but still i can't use these pins as GPIOs.

Any help guys?