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?
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?