2005-09-15 07:20 PM
How setting jump of memory map(reserved)?
2005-09-14 10:02 PM
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.2005-09-15 07:20 PM
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.