STM32F0xx Standard Peripherals Firmware Library
|
STM32F0xx_StdPeriph_Templates
Functions | |
int | main (void) |
Main program. |
Function Documentation
int main | ( | void | ) |
Main program.
- Parameters:
-
None
- Return values:
-
None
< At this stage the microcontroller clock setting is already configured, this is done through SystemInit() function which is called from startup file (startup_stm32f0xx.s) before to branch to application main. To reconfigure the default setting of SystemInit() function, refer to system_stm32f0xx.c file
Definition at line 47 of file STM32F0xx_StdPeriph_Templates/main.c.