2024-04-17 05:09 AM
Hi everyone
I'm currently using the NUCLEO-F429ZI development board. I'm planning to create a PCB using the STM32F429ZIT6, but I've encountered some questions during the planning stage.
Solved! Go to Solution.
2024-04-17 08:13 AM
JFVNY is not mentioned in the document, it is the packaged font on the development board.
2024-04-17 08:20 AM
Yes, X3 is the HSE OSC.
Although I'm not entirely sure about the meaning of 'not provided,' I should be able to design with HSE 8MHz.
Thank you.
2024-04-17 08:34 AM
I should be able to design with HSE 8MHz.
Yes without Constraints/Issues. And as I said, use PLL to reach your system frequency target.
You can use CubeMx that helps you to find your target frequencies:
2024-04-17 10:02 AM
@Scarlet wrote:Yes, X3 is the HSE OSC.
No, it's not the oscillator; it's just the crystal - ie, the resonant element for the oscillator.
@Scarlet wrote:Although I'm not entirely sure about the meaning of 'not provided,
It means it isn't fitted to the board:
@Scarlet wrote:I should be able to design with HSE 8MHz.
With X3 not fitted, you won't be using HSE at all - you'll be bypassing it, and using the 8MHz clock signal from the ST-Link.
2024-04-17 10:08 AM
@Scarlet wrote:So I can use STLink to program the microcontroller without providing an external oscillator externally?
However, the MCU requires an HSE of 8MHz for execution. Right?
The MCU doesn't require HSE at all.
HSE is just one of the many potential clock sources.
The default for the board is to bypass the HSE, and use the 8MHz clock signal provided by the ST-Link
2024-04-17 05:34 PM
My current understanding is that there is no X3 OSC on the development board, and the 8MHz is currently provided by the STLink. Right!?
2024-04-17 07:28 PM
Yes. By default X3 is not populated, for external clock source STLink MCO is an alternative.
2024-04-18 01:01 AM
@Scarlet wrote:My current understanding is that there is no X3 OSC on the development board, and the 8MHz is currently provided by the STLink. Right!?
Again, X3 is just a crystal - it's not an oscillator:
https://www.avrfreaks.net/s/topic/a5C3l000000UYYQEA4/t146620?comment=P-1401006
@Scarlet wrote:the 8MHz is currently provided by the STLink. Right!?
Yes.
2024-04-18 06:15 PM - edited 2024-04-18 06:16 PM
Again, X3 is just a crystal - it's not an oscillator:
Okay, I will research the differences between the two.
Thanks.
2024-04-19 12:56 AM - edited 2024-10-30 09:27 AM
@Scarlet wrote:Okay, I will research the differences between the two.
Unfortunately, the link in that AVRFreaks post that I referenced seems to be broken.
But here is a description of what's inside a Crystal Oscillator:
https://www.avrfreaks.net/s/topic/a5C3l000000UcE1EAK/t160729
As you can see, an oscillator is a complete active electronic circuit:
It contains a crystal plus all the active circuitry necessary to make it oscillate and give a nice, clean digital clock signal as output.
The crystal itself is just a passive component:
it requires extra active electronic circuitry to make it oscillate.
In the case of a microcontroller, the oscillator circuitry is usually inside the microcontroller chip (eg, the HSE within the STM32) - so you just need to provide the crystal externally.
Update:
From an article from SiTime describing the difference between a crystal oscillator (XO) and just a crystal (XTAL):
#CrystalVsOscillator #OscillatorVsCrystal