cancel
Showing results for 
Search instead for 
Did you mean: 

How setting jump of memory map(reserved)?

marcosarti29
Associate II
Posted on September 16, 2005 at 04:20

How setting jump of memory map(reserved)?

2 REPLIES 2
marcosarti29
Associate II
Posted on September 15, 2005 at 07:02

Hi,

i use ST7Lite 19F.

The RAM is:

RAM 0x0080 TO 0x00FE,

Reserved 0x0100 TO 0x017F,

RAM 0x0180 TO 0x01FF

In file project.prm (compiler HIWARE) i have setting:

MY_ZRAM = NO_INIT 0x0080 TO 0x00FE;

The program run 🙂

Question:

...and other RAM (0x0180 TO 0x01FF) ? Is it lost?

How i setting project.prm for add segment 0x0180 TO 0x01FF?

Thanks.

alok2
Associate II
Posted on September 16, 2005 at 04:20

Yr question is how to use RAM between RAM 0x0180 TO 0x01FF. right ?

See different s/w exmples available. You can also check ST7 library.