 
					
				
		
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.
Below is my setting.
if can't use Target Tasks to filling unused memory, Is there any solution to the filling unused memory?
Solved! Go to Solution.
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
 BlackNight
		
			BlackNight
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 
					
				
		
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
