9425|5

68

帖子

0

TA的资源

一粒金砂(初级)

楼主
 

STM8S建工程问题 [复制链接]



为什么我用STVD选STM8S105S6时,手册上说STM8S105S6只有UART2,但UART2.c总是加不进来,只能加UART3.c.

我用STM8S的8位机半年了,但总觉得建工程很烦,有时建上几个小时,不是编辑连不上就是库加不对,有什么好的办法没。

信息图口的内容:

----------- Project uart - STM8 Cosmic - Configuration Debug -------------
Compiling
..\library\src\stm8s_uart2.c...
cxstm8 -i..\library\inc +debug -pxp -no -l +mods0 -pp -i"C:\Program
Files\COSMIC\Hstm8"  -clDebug\ -coDebug\ ..\library\src\stm8s_uart2.c
#error cpstm8
..\library\src\stm8s_uart2.c:51(19+2) bad struct/union operand
#error cpstm8 ..\library\src\stm8s_uart2.c:52(19+2) bad struct/union operand
#error cpstm8 ..\library\src\stm8s_uart2.c:54(11+4) bad struct/union operand
.
.
.
#error cpstm8 ..\library\src\stm8s_uart2.c:885(8+5) UART2 undefined
#error cpstm8 ..\library\src\stm8s_uart2.c:890(8+5) UART2 undefined
..\library\src\stm8s_uart2.c:
The command: "cxstm8 -i..\library\inc +debug -pxp -no -l +mods0 -pp -i"C:\Program Files\COSMIC\Hstm8"  -
clDebug\ -coDebug\ ..\library\src\stm8s_uart2.c " has failed, the returned value is: 1
exit code=1.
uart.elf - 151 error(s), 0 warning(s)

下面是设置图片:

uart2_set.JPG (67.3 KB)

uart2_set.JPG

此帖出自stm32/stm8论坛

最新回复

                                 情况同你一样,终于找到原因 /* Uncomment the line below according to the target STM8S device used in your    application.    Tip: To avoid modifying this file each time you need to switch between these         devices, 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 在stm8s.h里!  详情 回复 发表于 2010-6-12 15:41
点赞 关注
 

回复
举报

71

帖子

0

TA的资源

一粒金砂(初级)

沙发
 
“UART2.c总是加不进来,只能加UART3.c” 这个问题很奇怪,从来没碰到过。

最好贴图出来,否则说不清。
此帖出自stm32/stm8论坛
 
 

回复

73

帖子

0

TA的资源

一粒金砂(初级)

板凳
 
LS 传库文件给我,谢谢 jgphu@163.com
此帖出自stm32/stm8论坛
 
 

回复

76

帖子

0

TA的资源

一粒金砂(初级)

4
 
这个里面有ST公司最新关于STM8S的8位机资料,其它就不清楚。
http://www.st.com/mcu/familiesdocs-113.html
此帖出自stm32/stm8论坛
 
 
 

回复

54

帖子

0

TA的资源

一粒金砂(初级)

5
 
                                 来个高手啊!
此帖出自stm32/stm8论坛
 
 
 

回复

79

帖子

0

TA的资源

一粒金砂(初级)

6
 
情况同你一样,终于找到原因
/* Uncomment the line below according to the target STM8S device used in your
   application.
   Tip: To avoid modifying this file each time you need to switch between these
        devices, 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

在stm8s.h里!
此帖出自stm32/stm8论坛
 
 
 

回复
您需要登录后才可以回帖 登录 | 注册

随便看看
查找数据手册?

EEWorld Datasheet 技术支持

相关文章 更多>>
关闭
站长推荐上一条 1/10 下一条

 
EEWorld订阅号

 
EEWorld服务号

 
汽车开发圈

About Us 关于我们 客户服务 联系方式 器件索引 网站地图 最新更新 手机版

站点相关: 国产芯 安防电子 汽车电子 手机便携 工业控制 家用电子 医疗电子 测试测量 网络通信 物联网

北京市海淀区中关村大街18号B座15层1530室 电话:(010)82350740 邮编:100190

电子工程世界版权所有 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号 Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved
快速回复 返回顶部 返回列表