共2条
1/1 1 跳转至页
msp430f149,IAR 【求助】msp430f149+IAR,数组不能太大?
问
我的测试程序如下:
#include "MSP430x14x.h"
typedef struct _LCD
{
char sz[4][17];
}LCD;
LCD lcd[12];
void main(void)
{
lcd[0].sz[0][0] = '1';
}
编译时出错。提示:
Linking
xlink.exe D:\430\Debug\Obj\Untitled1.r43 -o D:\430\Debug\
Exe\kkkk.d43 -rt -IC:\Program Files\IAR Systems\Embedded Workbench 3.2\430\LIB\ -f C:\
Program Files\IAR Systems\Embedded Workbench 3.2\430\config\lnk430C111.xcl C:\Program
Files\IAR Systems\Embedded Workbench 3.2\430\lib\cl430f.r43 -e_small_write=_formatted_write
-e_medium_read=_formatted_read -f C:\Program Files\IAR Systems\Embedded Workbench 3.2\
430\config\compactmath.xcl
IAR Universal Linker V4.55D/386
Copyright 1987-2003 IAR Systems. All rights reserved.
Error[e16]: Segment DATA16_Z (size: 0x330 align: 0) is too long for segment definition. At least
0x2af more bytes needed. The problem occurred while processing the segment placement
command "-Z(DATA)DATA16_I,DATA16_Z,DATA16_N,HEAP+_HEAP_SIZE=0200-0280", where
at the moment of placement the available memory ranges were "CODE:200-280"
Total number of errors: 1
Total number of warnings: 0
怎么办?????????????????????????
#include "MSP430x14x.h"
typedef struct _LCD
{
char sz[4][17];
}LCD;
LCD lcd[12];
void main(void)
{
lcd[0].sz[0][0] = '1';
}
编译时出错。提示:
Linking
xlink.exe D:\430\Debug\Obj\Untitled1.r43 -o D:\430\Debug\
Exe\kkkk.d43 -rt -IC:\Program Files\IAR Systems\Embedded Workbench 3.2\430\LIB\ -f C:\
Program Files\IAR Systems\Embedded Workbench 3.2\430\config\lnk430C111.xcl C:\Program
Files\IAR Systems\Embedded Workbench 3.2\430\lib\cl430f.r43 -e_small_write=_formatted_write
-e_medium_read=_formatted_read -f C:\Program Files\IAR Systems\Embedded Workbench 3.2\
430\config\compactmath.xcl
IAR Universal Linker V4.55D/386
Copyright 1987-2003 IAR Systems. All rights reserved.
Error[e16]: Segment DATA16_Z (size: 0x330 align: 0) is too long for segment definition. At least
0x2af more bytes needed. The problem occurred while processing the segment placement
command "-Z(DATA)DATA16_I,DATA16_Z,DATA16_N,HEAP+_HEAP_SIZE=0200-0280", where
at the moment of placement the available memory ranges were "CODE:200-280"
Total number of errors: 1
Total number of warnings: 0
怎么办?????????????????????????
共2条
1/1 1 跳转至页
回复
有奖活动 | |
---|---|
【有奖活动】分享技术经验,兑换京东卡 | |
话不多说,快进群! | |
请大声喊出:我要开发板! | |
【有奖活动】EEPW网站征稿正在进行时,欢迎踊跃投稿啦 | |
奖!发布技术笔记,技术评测贴换取您心仪的礼品 | |
打赏了!打赏了!打赏了! |
打赏帖 | |
---|---|
vscode+cmake搭建雅特力AT32L021开发环境被打赏30分 | |
【换取逻辑分析仪】自制底板并驱动ArduinoNanoRP2040ConnectLCD扩展板被打赏47分 | |
【分享评测,赢取加热台】RISC-V GCC 内嵌汇编使用被打赏38分 | |
【换取逻辑分析仪】-基于ADI单片机MAX78000的简易MP3音乐播放器被打赏48分 | |
我想要一部加热台+树莓派PICO驱动AHT10被打赏38分 | |
【换取逻辑分析仪】-硬件SPI驱动OLED屏幕被打赏36分 | |
换逻辑分析仪+上下拉与多路选择器被打赏29分 | |
Let'sdo第3期任务合集被打赏50分 | |
换逻辑分析仪+Verilog三态门被打赏27分 | |
换逻辑分析仪+Verilog多输出门被打赏24分 |