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 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 = 2 APB2 Prescaler = 1 HSI Frequency(Hz) = 16000000 PLL_M = 16 PLL_N = 160 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Flash Latency(WS) = 5
switch in system clock out of ISR context.
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) = 100000000 HCLK(Hz) = 100000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 Flash Latency(WS) = 5
System Clock Configuration The system Clock is configured as follow : System Clock source = PLL (HSE) SYSCLK(Hz) = 100000000 HCLK(Hz) = 100000000 AHB Prescaler = 1 APB1 Prescaler = 2 APB2 Prescaler = 1 HSE Frequency(Hz) = 8000000 PLL_M = 8 PLL_N = 200 PLL_P = 2 PLL_Q = 7 PLL_R = 2 VDD(V) = 3.3 Main regulator output voltage = Scale1 mode Flash Latency(WS) = 3