SensorTag编译错误Error[e16]: Segment ISTACK (size: 0xc0 align: 0) is too long for segment definition.

news/2024/11/15 0:58:27/

问题

IAR 8051 8.302,编译TI的BLE-CC254x-1.4.0的SensorTag工程,对此工程没有进行任何改动,直接编译,出现如下错误:


分析

参考TI技术论坛【http://www.deyisupport.com/question_answer/wireless_connectivity/bluetooth/f/103/t/51684.aspx】

从讨论得知是IAR的配置问题

故需修改IAR工程配置


解决

依次打开Project -> Options -> General Option -> Target,在Target标签中找到“Number of virtual”,原来默认为16,修改为8。如下:


重新make SensorTag工程,编译成功。

类似的,其他BLE工程,如SimpleBLEPeripheral等,编译时出现同样的错误,按照上述解决方法,即可解决。


http://www.ppmy.cn/news/503781.html

相关文章

Error[e16]: Segment ISTACK (size: 0xc0 align: 0) is too long for segment definition.

在使用IAR编译CC2541的 BLE工程时,官方的工程直接编译会出现错误: Error[e16]: Segment ISTACK (size: 0xc0 align: 0) is too long for segment definition. At least 0xd more bytes needed. The problem occurred while processing the segment place…

【树莓派】树莓派使用python、E16 GPRS模块向MQTT服务器传输数据

树莓派连接E16 GPRS模块 模块:塔石E16 GPRS模块 MQTT版本 1、硬件连接 示意图E16模块错位了,应该接PIN3,PIN4 2、串口调试 需要安装minicom,可参考https://blog.csdn.net/cw_huang/article/details/117060235 python测试代码&#xff1…

Silvaco TCAD仿真9——半导体PN结仿真

代码 #启动仿真工具 go atlas#定义网格 mesh x.mesh location0.00 spac1.0 x.mesh location1.00 spac1.0 #x 0-1,x方向没有打网格,一维结构 y.mesh location0.00 spac0.1 y.mesh location10.00 spac0.1 #y 0-10,网格0.1,不算疏…

IAR编写项目工程时出现Error[e16]问题

问题描述: 错误描述Error[e16]: Segment CSTACK (size: 0x50 align: 0x1) is too long for segment definition. At least 0x2b more bytes needed. The problem occurred while processing the segment placement command “-Z(DATA)CSTACK_STACK_SIZE#”, where …

IAR10.10.1编译8.1版本ZigBee工程时报错解决方法

IAR10.10.1编译8.1版本ZigBee工程时报错解决方法 : Error[e16]: Segment RAM_CODE_FLASH (size: 0x27 align: 0) is too long for segment definition. At least 0x4 more bytes needed. The problem occurred while processing the segment placement command “-…

微星 Summit E16Flip Evo和 微星 Summit E14 Flip Evo区别对比 评测

该系列笔记本通过英特尔 Evo 平台认证,支持 360 翻转,搭载 16:10 黄金比例显示屏,配备全新 13 代酷睿处理器 Raptor Lake i7-1360P,拥有 12 核(4 个性能核 8 个能效核)16 线程规格,睿频可达 5G…

E160028

if there are no changes in synchro...from updating view 需要点击一下team/update 转载于:https://www.cnblogs.com/javaleon/p/4026982.html

zigbee编译调试时可能出现的问题

作为菜虫,在使用IAR的时候编写CC2430、、Z-Stack2006程序会遇到如下一些错误,当然随着学习的深入,我会持续更新。 1 Q: Error[e16]: Segment XDATA_Z (size: 0x19a1 align: 0) is too long for segment definition. At least 0xe4…