comparison libs/STM32F10x_StdPeriph_Lib_V3.5.0/Project/STM32F10x_StdPeriph_Examples/FSMC/NAND/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 FSMC_NAND FSMC NAND example
3
4 @verbatim
5 ******************** (C) COPYRIGHT 2011 STMicroelectronics *******************
6 * @file FSMC/NAND/readme.txt
7 * @author MCD Application Team
8 * @version V3.5.0
9 * @date 08-April-2011
10 * @brief Description of the FSMC NAND example.
11 ******************************************************************************
12 * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
13 * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
14 * TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY
15 * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
16 * FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
17 * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
18 ******************************************************************************
19 @endverbatim
20
21 @par Example Description
22
23 This example provides a basic example of how to use the FSMC firmware library and
24 an associate driver to perform erase/read/write operations on the NAND512W3A2 memory
25 mounted on STM3210E-EVAL board.
26
27 @par Directory contents
28
29 - FSMC/NAND/stm32f10x_conf.h Library Configuration file
30 - FSMC/NAND/stm32f10x_it.c Interrupt handlers
31 - FSMC/NAND/stm32f10x_it.h Header for stm32f10x_it.c
32 - FSMC/NAND/main.c Main program
33 - FSMC/NAND/system_stm32f10x.c STM32F10x system source file
34
35 @par Hardware and Software environment
36
37 - This example runs only on STM32F10x High-Density and XL-Density Devices.
38
39 - This example has been tested with STMicroelectronics STM3210E-EVAL (High-Density
40 and XL-Density) evaluation board.
41 To select the STMicroelectronics evaluation board used to run the example,
42 uncomment the corresponding line in stm32_eval.h file (under Utilities\STM32_EVAL)
43
44 - STM3210E-EVAL Set-up
45 - This example runs on STMicroelectronics STM3210E-EVAL evaluation board RevD.
46
47 @note make sure that the Jumper 7 (JP7) is in position 1<-->2.
48
49
50 @par How to use it ?
51
52 In order to make the program work, you must do the following :
53 - Copy all source files from this example folder to the template folder under
54 Project\STM32F10x_StdPeriph_Template
55 - Open your preferred toolchain
56 - Rebuild all files and load your image into target memory
57 - Run the example
58
59 @note
60 - Low-density Value line devices are STM32F100xx microcontrollers where the
61 Flash memory density ranges between 16 and 32 Kbytes.
62 - Low-density devices are STM32F101xx, STM32F102xx and STM32F103xx
63 microcontrollers where the Flash memory density ranges between 16 and 32 Kbytes.
64 - Medium-density Value line devices are STM32F100xx microcontrollers where
65 the Flash memory density ranges between 64 and 128 Kbytes.
66 - Medium-density devices are STM32F101xx, STM32F102xx and STM32F103xx
67 microcontrollers where the Flash memory density ranges between 64 and 128 Kbytes.
68 - High-density Value line devices are STM32F100xx microcontrollers where
69 the Flash memory density ranges between 256 and 512 Kbytes.
70 - High-density devices are STM32F101xx and STM32F103xx microcontrollers where
71 the Flash memory density ranges between 256 and 512 Kbytes.
72 - XL-density devices are STM32F101xx and STM32F103xx microcontrollers where
73 the Flash memory density ranges between 512 and 1024 Kbytes.
74 - Connectivity line devices are STM32F105xx and STM32F107xx microcontrollers.
75
76 * <h3><center>&copy; COPYRIGHT 2011 STMicroelectronics</center></h3>
77 */