WebRadioApp  0.1
Collaboration diagram for EW_BSP_SYSTEM:

Functions

void SystemClock_Config (void)
 System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 400000000 (CM7 CPU Clock) HCLK(Hz) = 200000000 (CM4 CPU, AXI and AHBs Clock) AHB Prescaler = 2 D1 APB3 Prescaler = 2 (APB3 Clock 100MHz) D2 APB1 Prescaler = 2 (APB1 Clock 100MHz) D2 APB2 Prescaler = 2 (APB2 Clock 100MHz) D3 APB4 Prescaler = 2 (APB4 Clock 100MHz) HSE Frequency(Hz) = 25000000 PLL_M = 5 PLL_N = 160 PLL_P = 2 PLL_Q = 4 PLL_R = 2 VDD(V) = 3.3 Flash Latency(WS) = 4. More...
 
void MPU_Config (void)
 Configure the MPU attributes as Write Through for SRAM1/2. More...
 
void EwBspSystemInit (void)
 The function EwBspSystemInit initializes the system components. (CPU clock, memory, qspi, ...) '->THIS FUNCTION IS NOT USED IN main.cpp!<-'. More...
 
void EwBspSystemDone (void)
 The function EwBspSystemDone terminates the system components. More...
 

Detailed Description

Function Documentation

◆ EwBspSystemDone()

void EwBspSystemDone ( void  )

The function EwBspSystemDone terminates the system components.


Here is the caller graph for this function:

◆ EwBspSystemInit()

void EwBspSystemInit ( void  )

The function EwBspSystemInit initializes the system components. (CPU clock, memory, qspi, ...) '->THIS FUNCTION IS NOT USED IN main.cpp!<-'.


References MPU_Config(), and SystemClock_Config().

Here is the call graph for this function:

◆ MPU_Config()

void MPU_Config ( void  )

Configure the MPU attributes as Write Through for SRAM1/2.


Initializes and configures the Region and the memory to be protected

Initializes and configures the Region and the memory to be protected

Initializes and configures the Region and the memory to be protected

Here is the caller graph for this function:

◆ SystemClock_Config()

void SystemClock_Config ( void  )

System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 400000000 (CM7 CPU Clock) HCLK(Hz) = 200000000 (CM4 CPU, AXI and AHBs Clock) AHB Prescaler = 2 D1 APB3 Prescaler = 2 (APB3 Clock 100MHz) D2 APB1 Prescaler = 2 (APB1 Clock 100MHz) D2 APB2 Prescaler = 2 (APB2 Clock 100MHz) D3 APB4 Prescaler = 2 (APB4 Clock 100MHz) HSE Frequency(Hz) = 25000000 PLL_M = 5 PLL_N = 160 PLL_P = 2 PLL_Q = 4 PLL_R = 2 VDD(V) = 3.3 Flash Latency(WS) = 4.


< Supply configuration update enable

References PeriphClkInitStruct.

Here is the caller graph for this function: