WebRadioApp  0.1
ew_bsp_system.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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...
 
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...