Tool/software: Code Composer Studio
In tms570lc4357 board, I want to check the flash area is acted in normal operation.
I will use the CRC value to check flash area safety. In the data sheet, CRC controller offer as AUTO mode. And it needs the pre-defined CRC value.
I want to use CRC controller as AUTO mode in used-area. I think I need to write the pre-defined CRC value in flash which is not contained in CRC calculation.
I want to know the way flash write in specific memory. If it is impossible, let me know the flash area checking method with CRC controller as AUTO mode.