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: TI C/C++ Compiler
Hello All,
I tried to make some use of the hardware CRC feature of the VCU on the serial data coming from the SCI, but with no luck. The library routines takes each byte within a 16-bit word (LSB and MSB), and that makes the rutines useless for this purpose. The 8-bit SCI data stream is by default only filled with LSB and MSB is cleared (within the 16-bit word).
This is the same issue as described in this thread:
https://e2e.ti.com/support/microcontrollers/c2000/f/171/t/564496
Vishal Coelho from TI made a assembly routine that does this.
My question is: will similar routines (that calculates CRC for low-bytes only) be added to the VCU libraries in the future? It would be great.
Regards,
Andy