This function handles NMI exception.
This function handles Hard Fault exception.
This function handles Debug Monitor exception.
This function handles Memory Manage exception.
This function handles Bus Fault exception.
This function handles Usage Fault exception.
This function handles SysTick Handler.
This function handles SVCall exception.
This function handles PendSVC exception.
This function handles external line 15_10 interrupt request.
This function is executed in case of error occurrence.
switch in system clock out of ISR context.
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 180000000 HCLK(Hz) = 180000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 360 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 5
Switch the PLL source from HSE bypass to HSI, and select the PLL as SYSCLK source. The system Clock is configured as follows : System Clock source = PLL (HSI) SYSCLK(Hz) = 80000000 HCLK(Hz) = 80000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSI Frequency(Hz) = 16000000 PLL_M = 16 PLL_N = 320 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Flash Latency(WS) = 5
Switch the PLL source from HSI to HSE bypass, and select the PLL as SYSCLK source. The system Clock is configured as follows : System Clock source = PLL (HSE bypass) SYSCLK(Hz) = 180000000 HCLK(Hz) = 180000000 AHB Prescaler = 1 APB1 Prescaler = 4 APB2 Prescaler = 2 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 360 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 200 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Flash Latency(WS) = 5