cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo 144 stm32f429ZI , CANOT USE H0 H1 pins

TARHAN SAMAH
Senior
Posted on April 05, 2018 at 10:47

Hello , i have a really simple basic question , im using stm32f429ZI NUCLEO CART (pc14pc15 X2 cristal low ), 

 , but i connect two of my keypad pins to PH0 AND PH1 which looked on no conflict on this map 

https://os.mbed.com/platforms/ST-Nucleo-F429ZI/

 

but after making the  pcb i see that they dont work 

:(

, i checked they looks common pins as 'OSC IN OUT',

how can i close the osc so that i can use them like digital input or output ?? from cube mx or by keil code 

thanks for help 

6 REPLIES 6
TARHAN SAMAH
Senior
Posted on April 05, 2018 at 10:54

i forget to tell that i use ETHERNET MODULE (it require 48mz),, 

T J
Lead
Posted on April 05, 2018 at 12:12

These are the Primary Oscillator HSE pins, which can be used if configured properly.

You have to set the pins to your selection in the cube.

then set the clock configuration using the other crystal source to get your 48MHz.

I think there is too much drift for the internal clock oscillators to drive the USB.

Posted on April 05, 2018 at 12:43

i think you didnt understand my question, i use LSE cristal  and ETHERNET MODULE , so the pins H1 AND H0 LOOKS free , but they dont work as dio how can i make them dio not osc 0690X0000060ARzQAM.png

Posted on April 05, 2018 at 12:45

i can select H1 AND H0 in cube but i see that they have second function osc

0690X0000060ARaQAM.png
Posted on April 05, 2018 at 12:47

my clock is automaticly like this 

0690X0000060ARfQAM.png
Posted on April 05, 2018 at 14:10

HCLK should be 180MHz, if you want 100% CPU.

Just change it there, and let the cube try to resolve the rest.