MDK-ARM Keil, MDK-ARM Datasheet - Page 77

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
This includes:
TFTP uses UDP rather than TCP as its transport protocol. The use of UDP gives
a significant saving in both code size and SRAM footprint.
Complete the TFTP server by adding a user interface file,
C:\KEIL\ARM\RL\TCPNET\SRC
link the server to the file system. We do not need to modify this file to make the
basic TFTP server work. To add special features to the TFTP server, modify
these callback functions.
Exercise: TFTP Server
This exercise builds a TFTP server that can be used to upload and download files
to the RL-Flash file system.
HTTP Server
One key TCP/IP applications
supported by the RL-TCPnet
library is a HTTP web server. The
web server can be used to deliver
sophisticated HTML pages to any
suitable web browser running on
any platform, be it a PC, Mac,
smart-phone, or other internet
enabled device. The HTTP server has a Common
Gateway Interface (CGI) that allows us to input and
output data to the embedded C application.
To configure the web server, take the first PING
project and enable the web server option in
In the HTTP server section, define the number of web
browsers that can connect simultaneously to the server.
It is also possible to create an access username and
password.
the number of TFTP clients that can be connected simultaneously,
the inactivity timeout for each client,
the number of retries supported.
. This file provides the TFTP callback functions that
Net_Config.c
.
TFTP_uif.c
, located in
77

Related parts for MDK-ARM