comparison libs/STM32F10x_StdPeriph_Lib_V3.5.0/Project/STM32F10x_StdPeriph_Template/HiTOP/STM3210E-EVAL_XL/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 HiTOP5_STM3210E_XL HiTOP Project Template for STM32F10x XL-density devices
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 needed
11 * to create a new project linked with the STM32F10x Standard Peripheral
12 * Library and working with HiTOP software toolchain (version 5.40 and later).
13 ******************************************************************************
14 * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
15 * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME.
16 * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT,
17 * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE
18 * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING
19 * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
20 ******************************************************************************
21 @endverbatim
22
23 @par Directory contents
24
25 - Project.htp: A pre-configured project file with the provided library
26 structure that produces an executable image with HiTOP
27
28 - cstart_thumb2.asm: This file initializes the stack pointer and copy initialized
29 sections from ROM to RAM.
30
31 - Objects: This mandatory directory contains the executable images.
32
33 - Settings: This directory contains the linker and script files.
34 - arm_arch.lsl: This file is used to place program code (readonly)
35 in internal FLASH and data (readwrite, Stack and Heap)
36 in internal SRAM.
37
38 - link.lnk: This file is the HiTOP linker it invokes the STM32F10x_XL.lsl.
39
40 - reset_appl.scr: This file is a HiTOP script it performs a target reset.
41
42 - reset_go_main.scr: This file is a HiTOP script and it sets the Program
43 Counter at the "main" instruction.
44
45 - StartupScript.scr: This file is a HiTOP script and it performs a target
46 reset before loading The executable image.
47
48 - STM32F10x_Xl.lsl: This file is used to place program code (readonly)
49 in internal FLASH and data (readwrite, Stack and Heap)
50 in internal SRAM.
51 It contains also the vector table of the STM32
52 XL-density line devices.
53 You can customize this file to your need.
54
55
56 @par How to use it ?
57
58 - Open the HiTOP toolchain.
59 - Browse to open the project.htp
60 - A "Download application" window is displayed, click "cancel".
61 - Rebuild all files: Project->Rebuild all
62 - Load project image : Click "ok" in the "Download application" window.
63 - Run the "RESET_GO_MAIN" script to set the PC at the "main"
64 - Run program: Debug->Go(F5).
65
66 @note
67 - Low-density Value line devices are STM32F100xx microcontrollers where the
68 Flash memory density ranges between 16 and 32 Kbytes.
69 - Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx
70 microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes.
71 - Medium-density Value line devices are STM32F100xx microcontrollers where
72 the Flash memory density ranges between 64 and 128 Kbytes.
73 - Medium-density devices are STM32F101xx, STM32F102xx and STM32F103xx
74 microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes.
75 - High-density Value line devices are STM32F100xx microcontrollers where the
76 Flash memory density ranges between 256 and 512 Kbytes.
77 - High-density devices are STM32F101xx and STM32F103xx microcontrollers where
78 the Flash memory density ranges between 256 and 512 Kbytes.
79 - XL-density devices are STM32F101xx and STM32F103xx microcontrollers where
80 the Flash memory density ranges between 512 and 1024 Kbytes.
81 - Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers.
82
83 * <h3><center>&copy; COPYRIGHT 2011 STMicroelectronics</center></h3>
84 */