Tool/software: Code Composer Studio
Hi,
can any one help me to use rsec_cat.exe for calculate CRC of my .txt file and append with that file?
Please give me a command.
Dinkar
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.
Tool/software: Code Composer Studio
Hi,
can any one help me to use rsec_cat.exe for calculate CRC of my .txt file and append with that file?
Please give me a command.
Dinkar
I do not recognize the utility named rsec_cat. I suspect you can solve your problem with the CRC feature built in to the MSP430 linker. Please search the MSP430 assembly tools manual for the sub-chapter titled Linker-Generated CRC Tables.
Thanks and regards,
-George
Hi,
with reference to original question problem is solve for that user. but i can not get command for rsec_cat.exe which is use for crc calculation and append.
I can not understand how to use that command? and what is command?
Dinkar
The utility rsec_cat is not supplied by TI. Unfortunately, we are unable to help you with it.
Thanks and regards,
-George
Hi,
Fine, rsec_cat is not supplied by TI.
Then help me to add calculated CRC in existing .txt file.
Dinkar
dinkar patel said:help me to add calculated CRC in existing .txt file
The TI supplied solution for CRC does not take that form. Instead, we support computing the CRC, and embedding it in the executable file, while linking. Please search the MSP430 assembly tools manual for the sub-chapter titled Linker-Generated CRC Tables.
Thanks and regards,
-George