/**
  @page Demo_Binary   Description of the STM324xG-EVAL Demo firmware's binary files
 
  @verbatim
  ******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
  * @file    readme.txt 
  * @author  MCD Application Team
  * @brief   Description of the STM324xG-EVAL Demo firmware's binary files.
  ******************************************************************************
  *
  * Copyright (c) 2017 STMicroelectronics. All rights reserved.
  *
  * This software component is licensed by ST under Ultimate Liberty license SLA0044,
  * the "License"; You may not use this file except in compliance with the
  * License. You may obtain a copy of the License at:
  *                       http://www.st.com/SLA0044
  *
  ******************************************************************************
  @endverbatim

@par Demo Description

The STM32Cube Demonstration platform comes on top of the STM32CubeTM as a firmware
package that offers a full set of software components based on a modules architecture
allowing re-using them separately in standalone applications. All these modules are
managed by the STM32Cube Demonstration kernel allowing to dynamically adding new
modules and access to common resources (storage, graphical components and widgets,
memory management, Real-Time operating system)

The demonstration firmware is built around the graphical library STemWin and the FreeRTOS 
real time operating system and uses almost the whole STM32 capability to offer a large scope
of usage based on the STM3Cube HAL, BSP and several Middleware components.
  
Below you find an overview of the different offered module in the demonstration:

 + System
 --------
 The system module provides three control tabs: 
  - system information 
  - general settings
  - clock settings 
 To set the global demonstration settings. The system module retrieves
 demonstration information from internal kernel settings data structures and acts 
 on the several kernel services to changes settings.
 
 + File browser
 --------------
 The File browser module is a system module that allows to explore the connected
 storage unit(s), to delete or to open a selected file. The file list structure 
 is built during the media connection and updated after a connection status change of one
 of the used media.
 
 + Game
 -------
 The game coming in the STM32Cube demonstration is based on the Reversi game. It is a
 strategy board game for two players, played on an 88 board. The goal of the game is to
 have the majority of disks turned to display your color when the last playable empty square
 is filled.

 + Benchmark
 -----------
 The Benchmark module is a system module that allows measure the graphical performance
 by measuring the time needed to draw several colored rectangles in random position with
 random size during a specific period. The result is given in pixel per second.
 
 + Audio
 -------
 The audio player module provides a complete audio solution based on the STM32F4xx and
 delivers a high-quality music experience. It supports playing music in WAV format but may
 be extended to support other compressed formats such as MP3 and WMA audio formats.
 You can use the *.wav audio provided under "Media/Audio" or any other ones.
  
 + Video
 -------
 The video player module provides a video solution based on the STM32F4xx and STemWin
 movie API. It supports playing movie in emf format.
 You can use the *.emf video file( 320x240 ) provided under "Media/Video
 
 + USB Mass storage Device
 -------------------------
 The USB device module includes mass storage device application using the MicroSD
 memory. It uses the USB OTG FS peripheral as the USB OTG HS is used for the USB disk
 Flash storage unit.
 

 + Camera
 --------
 The camera application allows to directly and permanently display on the LCD the image
 captured using the camera module. It is also possible to take a snapshot and save it to a
 customizable location in the storage unit.
 In addition to brightness and contrast which are adjustable, several effects can be applied to
 the output image: black and white, negative, antique...etc. Note that all these effects can be
 applied in runtime.
 
 + Image viewer
 --------------
 The Image viewer module allows displaying bmp pictures. It is possible to load the
 full images list from a folder or to add the images manually to the playlist. Once the playlist is
 created, navigation between pictures can be done either via Next and previous buttons or by
 enabling the slide show mode. The slide show timer can be changed on the fly (there is no
 need to restart the module).
 You can use the *.bmp image files provided under "Media/Pictures/BMP_320x240/" or any other ones.
 
 For more details about the demonstration modules please refers to  STM32CubeF4 demonstration (UM1743)

@par Hardware and Software environment

  - This demonstration runs on STM32F407xx/417xx devices.
  
  - Copy the audio and video files with 320 x 240 dimensions provided under "Media/" in the Mass storage Devices
  
  - Plug a USB key on CN9 connector
  
  - Make sure that JP31 is fitted to use OTG_HS

  -Plug a uSD card on CN6 connector
    
  - This demonstration has been tested with STM324xG-EVAL RevC evaluation board and can be
    easily tailored to any other supported device and development board. 

@par How to use it ? 

You can use any in-system programming tool to reprogram the demonstration 
using these binary files, as described below:

 + Using "in-system programming tool" such as ST-Link Utility
    - Connect the STM324xG-EVAL board to a PC with a 'USB type A to type B'
      cable through USB connector CN21 to power the board.
    - Use "STM32CubeDemo_STM324xG-EVAL_1.6.0.hex" binary with your preferred 
      in-system programming tool to reprogram the demonstration firmware 
      (ex. STM32 ST-LINK Utility, available for download from www.st.com).

 * <h3><center>&copy; COPYRIGHT STMicroelectronics</center></h3>
 */
 
