Scat file loading both Internal and External Flash
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-10-27 10:13 AM
Posted on October 27, 2005 at 19:13
Scat file loading both Internal and External Flash
Labels:
- Labels:
-
Legacy products
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-10-27 8:41 AM
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''Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2005-10-27 10:13 AM
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