Skip to main content
Visitor II
December 19, 2012
Question

STM8

  • December 19, 2012
  • 2 replies
  • 865 views
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
    This topic has been closed for replies.

    2 replies

    Visitor II
    December 19, 2012
    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

    Visitor II
    December 27, 2012
    Posted on December 27, 2012 at 05:51

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