Internal 8 MHz factory-trimmed oscillator STM32F10x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-03-10 2:52 AM
Internal 8 MHz factory-trimmed oscillator STM32F10x
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:05 AM
Hello to everyone,
I have not seen any board design without an external 8MHz crystal yet. Even all sample boards that I know, are using an external oscillator. Is there any reason not use only the internal oscillator? Thanks for your advice, K.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:05 AM
Hi,
I think it´s for a better precision and with the internal clock you can´t have a SYSCLK higher than 64MHz ( (8/2MHz)*16 )- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:05 AM
The internal osc. is spec'ed at +/- 3% over temperature. This may have serious impact on ALL Async (i.e. Uart) communication, Timers etc.
Only real justification - imho - is when you ''really'' need another GPIO. Suggest that you build/test your Application first with crystal - only then would I re-test with internal osc. Should this ''saving'' cause reliability issues you will pay a terrible price - far in excess of that ''saved!''- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:05 AM
Hi yah996,
You can refer to the AN2868 ''STM32F10xxx internal RC oscillator (HSI) calibration '' that describes a method to minimize the HSI frequency errors. On the other hand, nothing prevents the boards that you mentionned can use the internal oscillator since the user has the choice between using the internal and the external oscillator. B.R. M3allem- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:05 AM
Thanks for all the answers.
It's now clear to me, i did not realized the spec of, (+/- 3%) K.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 4:05 AM
Final point - ''just in case:''
Like M3allem's calibration post. However - even after that time/effort - you are ''still'' susceptible to the relatively large ''drift w/temperature.'' There's a reason ''every'' Eval/Dev. board has a crystal...