2017-10-12 07:22 AM
How to create .hex file in stvd ?
2017-10-12 08:18 AM
Manual says to use OBSEND
2017-10-12 09:14 AM
Usually, in the project setting there is a linker or output formatter option. There you have a place to generate for example a MAP file (text file which describe the chosen addresses for the code and data), HEX or S19 or BIN file.
2017-10-13 12:21 AM
in that dialog box there is no option to change map file to hex file?
2017-10-13 12:24 AM
Ho to invoke obsend in stvd settings... Can you please give some example other than in that document.?
2017-10-13 09:42 AM
Go under Category General, and check other options
2017-10-13 10:05 AM
In general option, what can i do?
2017-10-13 10:18 AM
Dig around a bit, and review available documentation, these aren't my tools..
Cosmic has a CHEX tool for STM8 parts, see if you can use that. Check options for CLNK, add 'User Defined Options' if required. Review other example projects, likely to be at least one that generates .S19 or .HEX files.
2017-10-13 10:24 AM
I am using stvd developer for stm8 and cosmic compiler for that.