2008-11-20 07:17 AM
Flash Loader - SREC file
2011-05-17 03:53 AM
use Flash Loader 1.2 for our STM3210E-EVAL board complains about the srec we are trying place in internal flash.
What are the requirements for srec files? Should the application be loaded at 0x0800000 or 0x00000000? Does the srcec file need to be edited removing any address outside the flash address range? It would be nice if the Flash Loader indicated exactly what the error is, not just say there is an error! thanks :-W2011-05-17 03:53 AM
Dear Charles,
The Flash loader demonstrator expects to get Motorola and Intel Files starting from the Internal Physical flash offset at : 0x08000000 , Not at the aliased 0x0 address. Hope this helps You and then to link you file again from this address. Cheers, STOne-32.2011-05-17 03:53 AM
Yes, change the load to 0x08000000 and the loader still complains.
My SREC file has S0, S3, S5 and S7 records. It does have some records at address 20002004-20002035. Do I need to delete the 0x20000000 records and any of the non-S3 records?