使用IAR如何修改STM8S库

爲你锺情009BC
2013-10-12 · TA获得超过3352个赞
知道小有建树答主
回答量:962
采纳率:0%
帮助的人:2218万
展开全部
注意:以下修改在IAR for STM8 1.10 SP3下验证,库文件为IAR自带的1.1.11、选择CPU类型(支持STM8S系列设备)stm8s.h.../* Uncomment the line below according to the target STM8S device used in yourapplication. Tip: To avoid modifying this file each time you need to switch between thesedevices, you can define the device in your toolchain compiler preprocessor. */#if !defined (STM8S208) && !defined (STM8S207) && !defined (STM8S105) && !defined (STM8S103) && !defined (STM8S903)#define STM8S208/* #define STM8S207 *//* #define STM8S105 */ /* #define STM8S103 *//* #define STM8S903 */#endif根据你的CPU类型选择宏定义,比如我这里用的是105系列,则修改为:/* #define STM8S208 *//* #define STM8S207 */ #define STM8S105 /* #define STM8S103 *//* #define STM8S903 */选择好CPU类型后,还需查看选择的类型中哪些外设是包含的哪些外设没有包含,将没有包含的外设驱动c文件在工程中去掉如105系列没有adc2、can、uart1、uart32、修改stm8s_conf.h文件选择好CPU类型后,接下来就是选择要使用的外设了,stm8s_conf.h就是外设驱动选择开关,在用户函数中,只需包含此头文件即可。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式