Topic : Save Dump to File missing

Forum : ARM

Original Post
Post Information Post
March 17, 2011 - 7:27pm
Guest

Hi Friends,
I`m using RFLASHER7 from RIDE to program a STR912FW44. RIDE is version 7.18.0903 on Windows XP SP3.
I can erase and program the microcontroller flawlessly.

However, every time i read the microcontroller into the PC memory dump area (code view), i cannot find a way to save the dump to a file. I right click in the code view window, and select fill/save, put some addresses, and click save... but nothing happens. No browse file window...nothing.

I found that the RFLASHER7 generates a hex file with a name __RFlasher_upload_.hex inside the project diretory.
Nowadays i'm searching for this file and copying it into the folder i want, with other name. However this operation is very anoying, and the file has more data than the STR912 flash memory (possibly some RAM area), generating a warning message every time the HEX file is loaded back into RFLASHER.

Are there any hint or fix ?
Greetings to you all from Brazil.
Eduardo

Replies
Post Information Post
+1
0
-1
March 18, 2011 - 9:34am
Raisonance Support Team

Hi,

The Fill/Save window should work. You probably just forget to tell it that the destination is a file...

The other way to do that is to use STR9_pgm.exe, which comes along with Ride.
Call it without argument in a command prompt and it will display its own doc.

Best Regards,

Vincent