cancel
Showing results for 
Search instead for 
Did you mean: 

SM8S105 Flash Image(please help urgent)

seenivasen
Associate II
Posted on March 29, 2011 at 15:42

Hi

I am designing my code using the STM8S Discovery.

When using the Cosmic compiler i get the following files generated after compiling(no debug).

stvd_project_dtd416.elf       (29KB)

stvd_project_dtd416.lkf       (3KB)

stvd_project_dtd416.s19     (27KB)

stvd_project_dtd416.sm8    (31KB)

Which of the above images is actually written to flash. I am implementing a ICP using SWIM which will write the actual image directly to flash program memory so i need to know which image to write.

Need help urgently.

Thanks 

2 REPLIES 2
brazov22
Associate II
Posted on March 29, 2011 at 16:33

.s19 is memory format in Motorola standard:

http://en.wikipedia.org/wiki/S19_(file_format)

http://en.wikipedia.org/wiki/S19_(file_format)

you can use that.

brazov2

seenivasen
Associate II
Posted on March 30, 2011 at 09:43

Thank you.