Codewarrior Target Tasks fill unused memory question

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

Codewarrior Target Tasks fill unused memory question

ソリューションへジャンプ
1,208件の閲覧回数
kriske
Contributor II

I have try use the Target Tasks's fill memory function to fill unused Memory, but it seems that the target task's don't work.

 

 

I want fill unused Memory at 0x22A0.

73317_73317.png0001.png

 

 

Below is my setting.

73318_73318.png0002.png

73331_73331.png0003.png

 

 

 

if can't use Target Tasks to filling unused memory, Is there any solution to the filling unused memory?

ラベル(1)
0 件の賞賛
返信
1 解決策
1,073件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi,

Is there a reason you are using virtual memory?

Beside of that: Is 0x22A0 in RAM or FLASH? I have used target tasks to fill only RAM areas.

What I'm using is this approach:

FILLing unused Memory with the GNU Linker | MCU on Eclipse

I hope this helps,

Erich

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
1,074件の閲覧回数
BlackNight
NXP Employee
NXP Employee

Hi,

Is there a reason you are using virtual memory?

Beside of that: Is 0x22A0 in RAM or FLASH? I have used target tasks to fill only RAM areas.

What I'm using is this approach:

FILLing unused Memory with the GNU Linker | MCU on Eclipse

I hope this helps,

Erich

0 件の賞賛
返信
1,073件の閲覧回数
kriske
Contributor II

Hi Erich

Thanks your feedback.

I have seen the page, but I think use CW IDE tool to fill unused memory not use code to compiler to create the S19 file.

Because I don't want code file contain any information, something secret data.

The Target Tasks have provide the function. I think it can work, but I can't do.

Kris

0 件の賞賛
返信