/**
  @page exampletemplate Project Example Template

  @verbatim
  ******************** (C) COPYRIGHT 2015 STMicroelectronics *******************
  * @file    readme.txt 
  * @author  MCD Application Team
  * @version V1.2.3
  * @date    15-December-2021
  * @brief   This sub-directory contains all the user-modifiable files needed to 
  *          create a new project linked with the STM32F30x Standard Peripheral
  *          Library.
  ******************************************************************************
  * @attention
  *
  * Copyright (c) 2015 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.
  *
  ******************************************************************************
   @endverbatim

@par Project Example Template Description 

This example is used as a template project that can be used as reference to build
any new firmware application for STM32F30x devices using the STM32F30x Standard
Peripherals Library.

@par Directory contents 

This folder contains standard template projects for EWARM, MDK-ARM and Truestudio
toolchains that compile the needed STM32F30x Standard Peripheral's drivers plus all the 
user-modifiable files that are necessary to create a new project.

  - Project/STM32F30x_StdPeriph_Templates/stm32f30x_conf.h    Library Configuration file
  - Project/STM32F30x_StdPeriph_Templates/stm32f30x_it.c      Interrupt handlers 
  - Project/STM32F30x_StdPeriph_Templates/stm32f30x_it.h      Interrupt handlers header file
  - Project/STM32F30x_StdPeriph_Templates/main.c              Main program  
  - Project/STM32F30x_StdPeriph_Templates/main.h              Header for main.c module
  - Project/STM32F30x_StdPeriph_Templates/system_stm32f30x.c  STM32F30x system source file

@note The "system_stm32f30x.c" is generated by an automatic clock configuration 
      tool and can be easily customized to meet user application requirements. 
      To select different clock setup, use the "STM32F30x_Clock_Configuration_VX.Y.Z.xls" 
      provided with the AN4055 package available on <a href="http://www.st.com/internet/mcu/class/1734.jsp">  ST Microcontrollers </a>



 */