2021-08-15 07:51 AM
Hi, what is the value of HSE on nucleo nano board stm32l432kc ?
https://www.st.com/en/evaluation-tools/nucleo-l432kc.html#overview
Future : 24MHz crystall
But when I initialize default settings in cubemx it sets HSE as 8 MHz.
Cant find value of HSE on board in board User Manual.
Solved! Go to Solution.
2021-08-15 08:05 AM
There is no HSE crystal mounted on Nucleo-32, and also there's no OSC_OUT pin on the 'L432KC, so you cannot use a crystal for HSE with that chip.
It still has OSC_IN, so you can use an external oscillator and HSE in Bypass mode. On the Nucleo-32, you would need to connect SB17 which connects the MCO output from the on-board STLink chip ('F103) to PA0 of the target i.e. 'L432KC, and the STLink's MCO output is 8MHz.
JW
2021-08-15 08:05 AM
There is no HSE crystal mounted on Nucleo-32, and also there's no OSC_OUT pin on the 'L432KC, so you cannot use a crystal for HSE with that chip.
It still has OSC_IN, so you can use an external oscillator and HSE in Bypass mode. On the Nucleo-32, you would need to connect SB17 which connects the MCO output from the on-board STLink chip ('F103) to PA0 of the target i.e. 'L432KC, and the STLink's MCO output is 8MHz.
JW