Part Number: AM2432
Hi,
I'm using the am2432 CPU.
I'm looking for a fast way to calculate CRC on uint8_t arrays - without using much software loops.
Can I use the built in MCRC from within my c code for this purpose ?
Thanks,
Eli
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.
Part Number: AM2432
Hi,
I'm using the am2432 CPU.
I'm looking for a fast way to calculate CRC on uint8_t arrays - without using much software loops.
Can I use the built in MCRC from within my c code for this purpose ?
Thanks,
Eli
Hello Eli,
Thanks for query.
There is a HW CRC module available on AM243 to perform the CRC operation.
You can use the SDL CRC module to access it from software.
I am attaching the link for the SDL CRC example for AM243 below:
https://software-dl.ti.com/mcu-plus-sdk/esd/AM243X/09_01_00_41/exports/docs/api_guide_am243x/EXAMPLES_SDL_MCRC_FULL_CPU.html
Feel free to get back on this thread if you have any additional questions.
Regards,
Nihar Potturu.