2012-12-19 07:45 AM
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-compilers2012-12-19 08:35 AM
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. EtaPhi2012-12-26 08:51 PM
Thanks sir Now my controller works properly.And Thanks for your help