cancel
Showing results for 
Search instead for 
Did you mean: 

STM8

victoryvignesh1
Associate II
Posted on December 19, 2012 at 16:45

Respected All:

           I new for STM8s003k3 and i compile the peripheral coding like GPIO,USART ..But i did not not got Hex file.And i use the STVD compiler.Can any one tell me how create a hex file.i Read the Pdf of STVD but i did not got clear idea about the pdf.So,any one tell me the step to be followed to create the HEX file.......

   Thanks in Advance..

#stm8-compilers
2 REPLIES 2
fggnrc2
Associate II
Posted on December 19, 2012 at 17:35

What do you mean for HEX file?

It's the compiler/assembler output that has to be written into the flash of a microcontroller?

If this is the case, have a look into the debug or release folder.

Here you should find a file whose extension is S19.

This file contains the memory image to store in the microcontroller flash.

If your tools need only a hex file, then there is a STVD linker option to output Intel HEX files instead of S19 ones.

EtaPhi

victoryvignesh1
Associate II
Posted on December 27, 2012 at 05:51

Thanks sir Now my controller works properly.And Thanks for your help