STM8相关链接
STVP要生成HEX文件,在工程设置中,Post-Build选项卡
chex -o $(OutputPath)$(TargetSName).s19 $(OutputPath)$(TargetSName).sm8
改为
chex -fi -o $(OutputPath)$(TargetSName).hex $(OutputPath)$(TargetSName).sm8
http://blog.csdn.net/sy_lixiang/article/details/11607897