comparison libs/STM32F10x_StdPeriph_Lib_V3.5.0/Project/STM32F10x_StdPeriph_Template/RIDE/readme.txt @ 0:c59513fd84fb

Initial commit of STM32 test code.
author Daniel O'Connor <darius@dons.net.au>
date Mon, 03 Oct 2011 21:19:15 +1030
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c59513fd84fb
1 /**
2 @page ride7 RIDE Project Template
3
4 @verbatim
5 ******************** (C) COPYRIGHT 2011 STMicroelectronics *******************
6 * @file readme.txt
7 * @author MCD Application Team
8 * @version V3.5.0
9 * @date 08-April-2011
10 * @brief This sub directory contains all the user modifiable files
11 * needed to create a new project linked with the STM32F10x
12 * Standard Peripheral Library and working with RIDE7 software
13 * toolchain (RIDE7 IDE:7.30.10, RKitARM for RIDE7:1.30.10)
14 ******************************************************************************
15 * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
16 * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
17 * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
18 * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
19 * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
20 * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
21 ******************************************************************************
22 @endverbatim
23
24 @par Directory contents
25
26 - project .rprj/.rapp: A pre-configured project file with the provided library
27 structure that produces an executable image with RIDE7.
28
29 - stm32f10x_flash_extsram.ld: This file is the RAISONANCE linker script used to
30 place program code (readonly) in internal FLASH
31 and data (readwrite, Stack and Heap)in external
32 SRAM.
33 You can customize this file to your need.
34
35 @par How to use it ?
36
37 - Open the Project.rprj project.
38 - In the configuration toolbar(Project->properties) select the project config:
39 - STM32100E-EVAL: to configure the project for STM32 Value Line High-density devices
40 - STM32100B-EVAL: to configure the project for STM32 Medium-density Value line devices
41 - STM3210C-EVAL: to configure the project for STM32 Connectivity line devices
42 - STM3210B-EVAL: to configure the project for STM32 Medium-density devices
43 - STM3210E-EVAL: to configure the project for STM32 High-density devices
44 - STM3210E-EVAL_XL: to configure the project for STM32 XL-density devices
45 - Rebuild all files: Project->build project
46 - Load project image: Debug->start(ctrl+D)
47 - Run program: Debug->Run(ctrl+F9)
48
49 @note
50 - Low-density Value line devices are STM32F100xx microcontrollers where the
51 Flash memory density ranges between 16 and 32 Kbytes.
52 - Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx
53 microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes.
54 - Medium-density Value line devices are STM32F100xx microcontrollers where
55 the Flash memory density ranges between 32 and 128 Kbytes.
56 - Medium-density devices are STM32F101xx, STM32F102xx and STM32F103xx
57 microcontrollers where the Flash memory density ranges between 32 and 128 Kbytes.
58 - High-density Value line devices are STM32F100xx microcontrollers where the
59 Flash memory density ranges between 256 and 512 Kbytes.
60 - High-density devices are STM32F101xx and STM32F103xx microcontrollers where
61 the Flash memory density ranges between 256 and 512 Kbytes.
62 - XL-density devices are STM32F101xx and STM32F103xx microcontrollers where
63 the Flash memory density ranges between 512 and 1024 Kbytes.
64 - Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers.
65
66 * <h3><center>&copy; COPYRIGHT 2011 STMicroelectronics</center></h3>
67 */