Working with user parameters in data flash for Processor Expert project

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

Working with user parameters in data flash for Processor Expert project

1,823 次查看
Dekabrist
Contributor I

Hi, I have PE project for DSP56F801 (Code Warrior DS for DSC56800/E v. 8.2.3 build 7 special edition.

I need write some parameters to data flash during compiling &  update later this parameters via reserved copy to another page from PC with my config programm. How can I do it without intervention to .cmd linker file (THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.)?  

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

713 次查看
Dekabrist
Contributor I

It obvious metod, but inconvenient. Is the metod to define constant data with init value & place it to hard address to xflash from compiler or assembler?

0 项奖励
回复

713 次查看
BlackNight
NXP Employee
NXP Employee

Hi,

you can disable the generation of the linker command file:

go to the CPU bean/Bean Inspector for the CPU, then click on the 'Build options' tab: there is an option to disable the generation of the cmd/linker file.

There you can as well specify your own memory areas (on top of the generated ones), so this may be what you need?

 

BK

0 项奖励
回复