Hello everyone
as we know, we use CW to create a PT60 project it's will generate a little piece code to zero out variables in startup code, not all ram.
now customer request to erase all contents in ram after start, so I find some tips:
use "FILL" in .prm file, as below:


PT60 ram address is from 0x0040 to 0x103F, after use this, most of them are zero out


What really make me confused is that from 0x0061 to 0x00E0 still keep some values.


Hope your help, thanks!