Re: how to declare a global variable in assembly code with 56f8367

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

Re: how to declare a global variable in assembly code with 56f8367

2,007 次查看
Gaoya
Contributor I

Thanks, Cat.

another question, do you know how to declare a const array in C which is stored in program memeory and then use some routine to move data from program memory to data memory when program is running?

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

1,064 次查看
J2MEJediMaster
Specialist I

Look in the Help folder, located in your CodeWarrior installation folder. There are a number of app notes and tech notes there. One of the tech notes should explan how to copy code from ROM to RAM, in preparation for writing to Flash. This should guide you as to what to do.

 

---Tom

0 项奖励
回复