Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Hello, I want to use a CRC calculation over two flash memory secitons of the MSP430F5438A controller, and the question ist how can I set a start value for the linker generated CRC32_PRIME algorithm?
Linker SECTION crc command:
crc_table(my_crc_table, algorithm=CRC32_PRIME)
The idea behind is not to use the default value, as suggested for "security" reasons.