Hardware accelerator for CRC-32 calc on i.mx RT1176

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Hardware accelerator for CRC-32 calc on i.mx RT1176

560 Views
SpeedyGonzalesss
Contributor III

Hello,

I am using i.mx RT1176 and mcuXpresso. I am using CRC-32 calc(fsl_adapter_software_crc driver) for the checking the accuracy of the data I read from the flash. But the software calculation I use takes too long. Instead, I want to calculate it in hardware. I couldn't see a driver in the datasheet, but a CRC32 calculation is used in the MPEG2 variant on the FCB side. How can I speed up this process in hardware?

SpeedyGonzalesss_0-1743773653831.png

 

Tags (2)
0 Kudos
Reply
1 Reply

490 Views
diego_charles
NXP TechSupport
NXP TechSupport

Hi @SpeedyGonzalesss 

I am sorry for the delayed response.

Currently we have CAAM driver on the SDK, but it CRC acceleration is  limited , you can take a look, and see if it helps you. 

Perhaps, to get better SW performance, you could execute from DTCM/ITCM memories, as they are closed to the processor.

Diego

0 Kudos
Reply