RCC_ClockConfig
SystemClockHSI_Config()
is only used within RCC_ClockConfig.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
RCC_ClockConfig
SystemClockHSI_Config()
SystemClockHSI_Config() function
Switch the PLL source from HSI to HSE, and select the PLL as SYSCLK source. The system Clock is configured as follow : System Clock source = PLL (HSI) SYSCLK(Hz) = 168000000 HCLK(Hz) = 168000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSI Frequency(Hz) = 16000000 PLL_M = 16 PLL_N = 336 PLL_P = 2 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 5
Syntax
Show:
Summary
Declaration
Definition
from
main.c:39
static
void
SystemClockHSI_Config
(
void
)
;
Implemented in
main.c:247
Return value
None
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out