MDK-ARM Keil, MDK-ARM Datasheet - Page 79

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
Getting Started: Building Applications with RL-ARM
79
Adding HTML as C Code
In order to place HTML pages in
our embedded web server, you
must add each of the files
(HTML file, GIF file etc.) to the
project. Each of these files
should be added as a text file
type. These files have to be
processed into a virtual file system in order to get them into the web server. This
is done by a special utility provided with the MDK-ARM, called
(file
FCARM.EXE
converter for ARM). The
utility is located in the
FCARM.EXE
C:\KEIL\ARM\BIN
directory.
The utility
is used to
FCARM.EXE
convert files with web server
content into C arrays held within
a program module.
The creation of the virtual file
system can be integrated with the
project build system by adding
an input file to the project as
shown below. The input file is a
text file containing the command
line parameters to be used when
launching the
utility.
FCARM.EXE
This input file,
, should be added as a custom file type. In its local options
web.inp
menu you can specify how the file should be treated when the project is built.
In this case, when the project is
built, the FCARM utility will be
run and it will use the contents of
the
file as its parameters.
web.inp
The
file should list the
web.inp
input web content and a
destination C file.
index.html, sound.wav, hitex_logo.gif to Web.c nopr root Web

Related parts for MDK-ARM