[quote user="Chester Gillon"]The RM42x_demo_software project from the Hercules Safety MCU Demos was imported into CCS 5.5 and succesfully re-built. However, when attempt to load the project using CCS the following flash verification is reported[/quote]The imported RM42x_demo_software project made use of a post-build step to run nowecc to add the flash ECC to the RM42x_demo_software.out.
I think the post-step which ran nowecc is confusing the CCS 5.5 download of the program. When the project was modified to:
a) Remove the post build step which ran nowecc
b) Under project properties -> Debug -> Flash Settings -> enable "Auto ECC Generation"
Then CCS 5.5 was able to download the program without any flash verification failures reported.
i.e. appears that the act of getting CCS 5.5 to download a .out file which already contains the flash ECC data causes a (spurious) verification failure.