mirror of
https://github.com/STMicroelectronics/STM32CubeF4.git
synced 2025-05-10 19:29:12 +08:00
46 lines
1.8 KiB
Plaintext
46 lines
1.8 KiB
Plaintext
/**
|
|
@page Binary Description of the binary template
|
|
|
|
@verbatim
|
|
******************** (C) COPYRIGHT 2017 STMicroelectronics *******************
|
|
* @file USB_Device/DFU_Standalone/Binary/readme.txt
|
|
* @author MCD Application Team
|
|
* @brief Description of the binary template application.
|
|
******************************************************************************
|
|
* @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.
|
|
*
|
|
******************************************************************************
|
|
@endverbatim
|
|
|
|
@par Application Description
|
|
|
|
This directory contains a binary template (in DFU format) to be loaded into Flash memory using Device
|
|
Firmware Upgrade application. This file was converted to the DFU format using the "DFU File Manager Tool"
|
|
included in the "DfuSe" PC software install.
|
|
For more details on how to convert a .bin file to DFU format please refer to the UM0412 user manual
|
|
"Getting started with DfuSe USB device firmware upgrade STMicroelectronics extension" available from the
|
|
STMicroelectronics microcontroller website www.st.com.
|
|
|
|
This binary is a simple LEDs chaser. The LED1 and LED2 toggle each 100 ms.
|
|
The system Timer (Systick) is used for to generate the delay.
|
|
The offset address of this binary is 0x08008000 which matches the definition in DFU application
|
|
"USBD_DFU_APP_DEFAULT_ADD".
|
|
|
|
|
|
@par Hardware and Software environment
|
|
|
|
- This application runs on STM32F429ZI devices.
|
|
|
|
- This application has been tested with STMicroelectronics NUCLEO-F429ZI board
|
|
and can be easily tailored to any other supported device and boards.
|
|
|
|
|
|
*/
|