Working with user parameters in data flash for Processor Expert project

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Working with user parameters in data flash for Processor Expert project

1,805件の閲覧回数
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 返答(返信)

695件の閲覧回数
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 件の賞賛
返信

695件の閲覧回数
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 件の賞賛
返信