How to generate .bin file from STVD
Hi STM8 Team,
I can see STVD generates .s19 , .sm8 files. I want to generate .bin file.
I had tried it by adding the following line in Post-Build section:
chex -o $(OutputPath)$(TargetSName).bin
But this did not work. Could you please guide me on how to generate .bin in STVD?
Thanks,
Hrithik
