STM32CubeF0/Projects/STM32F0308-Discovery/Demonstrations
houssine BOUGUERBA a58188598c Release v1.11.4 2023-03-15 11:49:59 +01:00
..
Binary Release v1.10.1 2019-07-15 15:28:06 +01:00
EWARM Release v1.11.4 2023-03-15 11:49:59 +01:00
Inc Release v1.11.4 2023-03-15 11:49:59 +01:00
MDK-ARM Release v1.11.4 2023-03-15 11:49:59 +01:00
SW4STM32 Release v1.11.4 2023-03-15 11:49:59 +01:00
Src Release v1.11.4 2023-03-15 11:49:59 +01:00
LICENSE.md Release v1.11.4 2023-03-15 11:49:59 +01:00
Release_Notes.html Release v1.11.0 2019-10-18 15:22:51 +01:00
readme.txt Release v1.11.4 2023-03-15 11:49:59 +01:00

readme.txt

/**
  @page STM32F0308-Discovery_Demonstration   STM32F00308-Discovery demonstration firmware
  
  @verbatim
  ******************** (C) COPYRIGHT 2016 STMicroelectronics *******************
  * @file    Demonstration/readme.txt  
  * @author  MCD Application Team
  * @brief   Description of the STM32F0308-Discovery demonstration firmware
  ******************************************************************************
  * @attention
  *
  * Copyright (c) 2016 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 Demonstration Description 

Use the USER push button B1 connected to PA0 and the two leds LED4 and LED3
connected respectively to PC8 and PC9.

In the demonstration  the LED3 is initially blinking each 200ms.
  - For the first pressing on the USER button, the speed of the led blinking is incremented. 
    The LED3 blinks each 100ms.
  - For the second pressing on the USER button, LED3 stops blinking and the status is off.
  - A third pressing on the USER button causes the initial behavior of the LED3.

Each time the USER button is pressed, the LED4 is turned on for 1s.


@par Directory contents 

  - Demonstrations/Inc/main.h               Main program header file
  - Demonstrations/Inc/stm32f0xx_hal_conf.h HAL Configuration file
  - Demonstrations/Inc/stm32f0xx_it.h       Interrupt handlers header file
  - Demonstrations/Src/main.c               Main program
  - Demonstrations/Src/stm32f0xx_it.c       Interrupt handlers
  - Demonstrations/Src/system_stm32f0xx.c   STM32F0xx system source file
  

@par Hardware and Software environment

  
  - This Demonstration has been tested with STMicroelectronics STM32F0308-DISCO (MB1134) 
    RevA and can be easily tailored to any other supported device and development board.
  - This Demonstration runs on STM32F030R8 devices.

@par How to use it ? 

In order to make the program work, you must do the following :
- Open your preferred toolchain 
- Rebuild all files and load your image into target memory
- Run the example


 */