Skip to main content
ybitton
Associate III
February 8, 2012
Question

OSC32 - use pc14/15 as GPIO

  • February 8, 2012
  • 1 reply
  • 695 views
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?
    This topic has been closed for replies.

    1 reply

    ybitton
    ybittonAuthor
    Associate III
    February 9, 2012
    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?