FrankBoesing / FastCRC

Fast CRC library for PC and ARDUINO
MIT License
149 stars 50 forks source link

SAM3X8E #4

Closed Jim-McDonald closed 8 years ago

Jim-McDonald commented 8 years ago

Does the Arduino DUE (SAM3X8E) have whatever hardware features you are using for the hardware acceleration?

Or to put it another way, can your hardware CRC library be tweaked to run on the DUE?

FrankBoesing commented 8 years ago

No, the hardware-accelerated CRC is implemented for Teensy 3.x (a Freescale ARM M4) only. I don't have a DUE , but i downloaded the Datasheet - this does not mention a CRC unit. I'm not aware of any way to use Hardware-CRC with DUE.

Jim-McDonald commented 8 years ago

Thanks for taking a look Frank.

Looks like I'm using your SW implementation then! Many thanks :)