3 kbyte of data on MC9S08AW32

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

3 kbyte of data on MC9S08AW32

跳至解决方案
1,411 次查看
Pablos
Contributor I

3 kbyte of data on MC9S08AW32

I tried to write on ROM about 3Kbyte of constant data with the following instruction

#pragma INTO_ROM

byte  Name[200][15] =

{ data,data,.......,

                data

 };

the result is  an error message in linking

"L1102 out of allocation space in segment RAM"

How is it possible to solve?

标签 (1)
0 项奖励
回复
1 解答
649 次查看
isionous
Contributor III

Declare the variable as a const.

在原帖中查看解决方案

0 项奖励
回复
1 回复
650 次查看
isionous
Contributor III

Declare the variable as a const.

0 项奖励
回复