Metrologic Optimus S Programming Manual page 15

"c" programming guide
Table of Contents

Advertisement

......
FileN.rel
..\lib\lib_ops.lib
..\lib\c900ml.lib
/*********************************************/
/*
User could provide suitable values
/*
to the following variables
/*********************************************/
MainStackSize = 0x001000;
HeapSize
= 0x000100;
MaxSysRamSize = 0x020000;
/*********************************************/
/*
Do not modify anything beyond this line
/*********************************************/
memory
{
IRAM: org = 0x001100, len = 0x000e00 /* 0x1000 - 0x10ff IntVec */
RAM
: org = 0x205000, len = 0x3b000
ROM
: org = 0xf00000, len = 0x0e0000
}
sections
{
Chapter 2 Development Environment
/* your C program name */
/* Optimus S function library */
/* C standard library */
*/
*/
*/
/* 0x1f00 - 0x1fff Stack */
9

Advertisement

Table of Contents
loading

This manual is also suitable for:

Optimus r

Table of Contents