DIY Logging Volt/Ampmeter
|
Functions | |
void | SystemInit (void) |
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the SystemCoreClock variable. More... | |
void | SystemCoreClockUpdate (void) |
Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable contains the core clock (HCLK), it can be used by the user application to setup the SysTick timer or configure other parameters. More... | |
void SystemCoreClockUpdate | ( | void | ) |
Update SystemCoreClock variable according to Clock Register Values. The SystemCoreClock variable contains the core clock (HCLK), it can be used by the user application to setup the SysTick timer or configure other parameters.
(*) HSI_VALUE is a constant defined in stm32f1xx.h file (default value 8 MHz) but the real value may vary depending on the variations in voltage and temperature.
(**) HSE_VALUE is a constant defined in stm32f1xx.h file (default value 8 MHz or 25 MHz, depending on the product used), user has to ensure that HSE_VALUE is same as the real frequency of the crystal used. Otherwise, this function may have wrong result.
None |
None |
< Default value of the Internal oscillator in Hz. This value can be provided and adapted by the user application.
< Default value of the External oscillator in Hz. This value can be provided and adapted by the user application.
< Default value of the Internal oscillator in Hz. This value can be provided and adapted by the user application.
< Default value of the External oscillator in Hz. This value can be provided and adapted by the user application.
< Default value of the External oscillator in Hz. This value can be provided and adapted by the user application.
< Default value of the Internal oscillator in Hz. This value can be provided and adapted by the user application.
Definition at line 225 of file system_stm32f1xx.c.
void SystemInit | ( | void | ) |
Setup the microcontroller system Initialize the Embedded Flash Interface, the PLL and update the SystemCoreClock variable.
None |
None |
Definition at line 176 of file system_stm32f1xx.c.