MDK-ARM Keil, MDK-ARM Datasheet - Page 50

KIT REALVIEW MCU DEVELOPMENT

MDK-ARM

Manufacturer Part Number
MDK-ARM
Description
KIT REALVIEW MCU DEVELOPMENT
Manufacturer
Keil
Type
Compiler and IDEr
Datasheets

Specifications of MDK-ARM

For Use With/related Products
ARM MCUs
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
50
Setting-Up the File System
The RL-Flash file system can be used standalone or in conjunction with RTX.
The file system library functions are re-entrant and thread safe. Therefore, with
RTX, any task can access the file system. Note that, if the code is build with the
MDK-ARM, MicroLIB is not supporting the
system, and so you must use the default ARM Compiler libraries.
The RL-Flash file system can use on-chip or external SRAM. If an external
SRAM is used, provide the initializing code to configure the external bus of the
microcontroller. In the examples below, we configure the file system to use the
internal RAM of a typical microcontroller.
The minimal configuration of the RL-FlashFS file
system consists of its library and a configuration file.
Set the project heap size to a minimum of
Our first file system project consists of the startup code
and the
system library
and
located in the library directory,
such as
the 3.1 compiler version, where
as
C:\KEIL\ARM\RL\FLASHFS\SRC
Once these files are part of the
project, create a module,
that contains the source code.
All the necessary configuration
is done in the startup code and
the
File_Config.c
File_Config.c
FS_CM3.lib
Retarget.c
C:\KEIL\ARM\RV31\LIB
for Cortex-M-based devices. The files are
is located in
FS_ARM_L.lib
file.
library support file. Also, add the file
main.c
.
for ARM7/9-based devices
for
0x1000
stdlib
.
functions used by the file
Chapter 3. RL-Flash Introduction

Related parts for MDK-ARM