如何使用iar开发stm8s

 我来答
以木睦听枫
2019-07-17 · TA获得超过4172个赞
知道大有可为答主
回答量:3216
采纳率:29%
帮助的人:429万
展开全部
注意:以下修改在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就是外设驱动选择开关,在用户函数中,只需包含此头文件即可。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
意法半导体(中国)投资有限公司
2023-06-12 广告
STM32是一种由意法半导体(STMicroelectronics)公司设计和生产的单片机系列,广泛用于嵌入式系统、物联网(IoT)设备、汽车电子、工业自动化等领域。STM32具有以下优点:1. 低功耗:STM32单片机通常具有较低的功耗,... 点击进入详情页
本回答由意法半导体(中国)投资有限公司提供
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式