SW500009 Microchip Technology, SW500009 Datasheet - Page 37

HI-TECH FOR DSPIC/PIC24

SW500009

Manufacturer Part Number
SW500009
Description
HI-TECH FOR DSPIC/PIC24
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC24 & DsPICr
Datasheet

Specifications of SW500009

Supported Families
PIC24
Core Architecture
PIC, DsPIC
Software Edition
Standard
Kit Contents
Software And Docs
Tool Type
Compiler
Mcu Supported Families
PIC24 MCUs And DsPIC DSCs
Lead Free Status / RoHS Status
Not applicable / RoHS Compliant
For Use With/related Products
DSPIC3X/PIC24
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
025
778-1003
778-1003
PICC Command-line Driver
PICC will produce test.pro containing the following declarations which may then be edited as
necessary:
2.4.44 --RAM=lo-hi,<lo-hi,...>: Specify Additional RAM Ranges
This option is used to specify memory, in addition to any RAM specified in the chipinfo file, which
should be treated as available RAM space. Strictly speaking, this option specifies the areas of mem-
ory that may be used by writable (RAM-based) objects, and not necessarily those areas of memory
which contain physical RAM. The output that will be placed in the ranges specified by this option
are typically variables that a program defines.
space. This, along with any fixed RAM memory defined in the chipinfo file, are grouped an made
available for RAM-based objects.
for example. To only use an external range and ignore any on-chip memory, use:
This option may also be used to reserve memory ranges already defined as on-chip memory in the
chipinfo file. To do this supply a range prefixed with a minus character, -, for example:
will use all the defined on-chip memory, but not use the addresses in the range from 100h to 103h
for allocation of RAM objects.
Some chips have an area of RAM that can be remapped in terms of its location in the memory
For example, to specify an additional range of memory to that present on-chip, use:
PICC --CHIP=16F877A --PROTO test.c
/* Prototypes from test.c */
/* extern functions - include these in a header file */
#if
extern int add(int *, int *);
extern void printlist(int *, int);
#else
extern int add();
extern void printlist();
#endif
--RAM=default,+100-1ff
--RAM=0-ff
--RAM=default,-100-103
PROTOTYPES
/* PROTOTYPES */
/* PROTOTYPES */
PICC Compiler Options
23

Related parts for SW500009