2016-02-29 06:57 AM
Hi,
What is the maximum frequency of STM32F030F4P6 at 2,5V ?Does the supply voltage have an impact on choice of capacitor value ?I'm planning to use 20pf capacitors and 8 mhz crystal On the STM32F0 discovery schematics, there is R22 resistor connected to the crystal with a value of 390ohm. Is it required ?Thanks #stm32f030f4p62016-02-29 08:31 AM
The capacitor and resistor values would depend on the characteristics of your chosen crystal. I would check the manufacturer's specifications, and part numbering schemes, to get a starting point there. There maximum frequency of the STM32F0 is going to be dependent on the speed of the transistors due to the CMOS process window, voltage, temperature and critical paths in the design. The flash array is likely to be a big contributor here, as it is large and slow. The 32-bit timers in the peripheral realm.
What does the data sheet indicate? There is usually a table of voltage, speed, and flash wait states. Look also at the L0 parts, these are apt to be viable at lower voltages.The use of USB is also predicated on sufficient voltages for the pin drivers to meet specifications.2016-03-01 03:40 AM
Hi,
Thanks for your replyThere is no indication of other maximum operating frequency when running at lower voltage than 3V3The datasheet only indicate operating rate from 0-48mhz and voltage 2,4-4,0 an mcu consumption @ 3v32016-03-01 12:14 PM
Hi,
Page 74 of document titled: STM32F051x4 STM32F051x6 STM32F051x8 Lists maximum frequency <2.7V @20MHz >= 2.7V is 30MHz Glenn2016-03-01 04:00 PM
Thanks in STM32F030 manual, there's not such limit
Anyway to be safe I will not go higher than 16 MHZ2016-03-02 06:31 AM
Hi gfranck,
As general recommendation: besides to referring to the operating conditions stated inhttp://www.st.com/st-web-ui/static/active/en/resource/technical/document/datasheet/DM00088500.pdf
, I suggest you have a look to the (Getting started with STM32F030xx hardware development). This later provides tips on how to set your hardware in order to use STM32F030x devices in adequate conditions.-MaylaTo give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.