Use of external oscillator input
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-15 2:22 AM
Hi i am using STM32G474VET3 controller having below clock input range
– 4 to 48 MHz crystal oscillator
i am using 16 MHz right now.
What is the significance if i use 32 MHz crystal or increase my crystal value.
Does it increase speed for instruction execution . as max is 170MHz (i guess nby internal PLL)
The STM32G473xB/xC/xE devices are based on the high-performance Arm® Cortex®-M4
32-bit RISC core. They operate at a frequency of up to 170 MHz.
Solved! Go to Solution.
- Labels:
-
STM32G4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-15 2:26 AM - edited ‎2024-05-20 1:37 AM
Hello,
Yes you can use a 32MHz crystal since the HSE range is between 4 to 48MHz.
If you increase the crystal frequency value without changing RCC parameters indeed the system clock will increase and the instruction execution time will decrease (execution performance will increase) accordingly. But no need for that since you can use PLL to increase the frequency.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-15 2:26 AM - edited ‎2024-05-20 1:37 AM
Hello,
Yes you can use a 32MHz crystal since the HSE range is between 4 to 48MHz.
If you increase the crystal frequency value without changing RCC parameters indeed the system clock will increase and the instruction execution time will decrease (execution performance will increase) accordingly. But no need for that since you can use PLL to increase the frequency.
