Skip to main content
marcosarti29
Associate III
September 16, 2005
Question

How setting jump of memory map(reserved)?

  • September 16, 2005
  • 2 replies
  • 657 views
Posted on September 16, 2005 at 04:20

How setting jump of memory map(reserved)?

This topic has been closed for replies.

2 replies

marcosarti29
Associate III
September 15, 2005
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
Visitor II
September 16, 2005
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.