Hi,
I have a verification task where I must verify a RAM test routine and a CRC routine. In the RAM test routine I need to pause the code and overwrite the RAM location to force an error in the RAM check. In the CRC routine I need to overwrite 1 bit in the .out file to force a CRC error.
Can I accomplish each of these tasks with CCS? If so, how? If not, is there some other way to do this? I'm not allowed to change the actual C code for these tests (except changing one random bit in the .out file.
Thanks,
Rick