Codewarrior Target Tasks fill unused memory question

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Codewarrior Target Tasks fill unused memory question

Jump to solution
537 Views
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?

Labels (1)
0 Kudos
1 Solution
402 Views
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

View solution in original post

0 Kudos
2 Replies
403 Views
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 Kudos
402 Views
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 Kudos