独闷闷网's Archiver
首页
›
STM32/8单片机
› Please select first the target STM8S/A device...报错如何解决?已解答。
jianhong_wu
发表于 2015-6-23 15:33:53
Please select first the target STM8S/A device...报错如何解决?已解答。
问:
Please select first the target STM8S/A device...报错如何解决?已解答。
★坚鸿-深圳:
解决办法:
点击打开头文件stm8s.h,在此文件里添加一行代码,表示当前选择的编译的芯片系列,我用的是stm8s105k6t6c,所以我添加的代码是:“#define STM8S105”。
页:
[1]
查看完整版本:
Please select first the target STM8S/A device...报错如何解决?已解答。