cancel
Showing results for 
Search instead for 
Did you mean: 

Scat file loading both Internal and External Flash

richard6
Associate II
Posted on October 27, 2005 at 19:13

Scat file loading both Internal and External Flash

2 REPLIES 2
richard6
Associate II
Posted on October 27, 2005 at 17:41

Having problem implementing a scat file to load code both in STR710 internal flash and external flash. A single area either internal or external works but together does not. Using RVDK 1.7.

The Error message is:

''Error S0025 (Server): Unable to write memory at specified addr while Loading File.

Failed loading 'C:\STR710\LCDandInterrupts\LCD\realview\Debug\lcd.axf'

Flash opened on ARM7TDMI_0:ARM-ARM-USB for 'STARM71xF On-Chip Flash' at '0x40000000'

Error: Flash already opened at 0x60000000 - only one allowed

Error: Unable to write Program memory at 0x60000000''

cgrun
Associate II
Posted on October 27, 2005 at 19:13

yes i've already the same problem : rvds cann't load two .fme routine to write two different flash automaticly !

Actualy the work around is to write a script that load the data:

1/ use the fromelf utility to ''explode'' the image in different files

2/ then load the different section at the different address

it's not convenient but it work !

Sincerely

Chris