This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi support,
my customer need to perform CRC on a specific defined range of Flash addresses using TMS320F28065: how can they do this?
In order to obtain reliable results if in this range they are including unused memory, is it possible to fill automatically to 0xFFFF the Flash memory not used in C2000 products? Do we have specific settings under CCS?
Thanks and regards,
Alberto
Alberto,
Alberto Soattin said:my customer need to perform CRC on a specific defined range of Flash addresses using TMS320F28065: how can they do this?
In order to obtain reliable results if in this range they are including unused memory, is it possible to fill automatically to 0xFFFF the Flash memory not used in C2000 products? Do we have specific settings under CCS?
The erased state of the flash is 0xFFFF. So, any flash not used for code or data (or otherwise deliberately filled in the code project) will be left as 0xFFFF by the flash programming tool.
As to how you can do the CRC, I'm not sure I understand what you're asking. Wouldn't you just code a CRC algorithm and run it on the specified address range?
Regards,
David