2005-10-27 10:13 AM
Scat file loading both Internal and External Flash
2005-10-27 08:41 AM
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''2005-10-27 10:13 AM
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