Symbols
loading...
Files
loading...

RCC_UseHSEasSystemClock sample

RCC_UseHSEasSystemClock is a sample project defining the following symbols:

Most used functions

Name
Location
Summary
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.
Main program
Set LED2 to Blinking mode for an infinite loop (toggle period based on value provided as input parameter).
Initialize LED2.
Turn-on LED2.
This function handles failure detected on the HSE clock (called in NMI_Handler)
Brief This function enables the interruption HSE ready, and start the HSE as external clock.
This function handles the HSE ready detection (called in RCC_IRQHandler)
Brief This function handles RCC interrupt request and switch the system clock to HSE. Retval None

Other commonly used symbols

Name
Location
Summary
Miscellaneous Configuration *********************** Vector Table base offset field. This value must be a multiple of 0x200.
@file Examples_LL/RCC/RCC_UseHSEasSystemClock/Inc/main.h @author MCD Application Team Header for main.c module @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
@file Examples_LL/RCC/RCC_UseHSEasSystemClock/Inc/stm32f4xx_it.h @author MCD Application Team This file contains the headers of the interrupt handlers. @attention Copyright (c) 2017 STMicroelectronics. All rights reserved. This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.
Toggle periods for various blinking modes

Dependencies

RCC_UseHSEasSystemClock depends on the following libraries: