I want use Codewarrior Target Tasks Checksum function, but I have some question.
I have read CWCFUG file 3.11.2.3.3 Checksum actions and did the same. but it's show some issue.
Does have any document more details about the checksum function what are the difference between the file on Target and file on host?
And I use the checksum with Memory Range function, but it's show below issue.
fl::target -lc "MKL25_pwm_FLASH_OpenSDA"
fl::target -b 0x0 0xffffffff
fl::target -v off -l off
cmdwin::fl::device -d "FTFA_PFlash128S1RAM16" -o "32Kx32x1" -a 0x0 0x1ffff
cmdwin::fl::image -f "C:\\Users\\Kriske\\workspace\\MKL25_pwm\\FLASH\\MKL25_pwm.hex" -t "Auto Detect" -re off -oe on -o 0xffffffff
cmdwin::fl::checksum -dev
-------------------------
Error: Couldn't write flash driver to target. Flash Utility is Not Linked To Zero. Target Memeory Buffer Address0x00000000 Should Match First Address ( 0x1ffff000 of the Flash Utility Driver.
Error: Couldn't write flash driver to target.Flash Utility is Not Linked To Zero. Target Memeory Buffer Address0x00000000 Should M
atch First Address ( 0x1ffff000 of the Flash Utility Driver.

