Closed danielschloms closed 10 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
5960fa1
) 87.35% compared to head (f6a32a9
) 87.35%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I ran the HW tests on the FlatSat and everything worked, so we can finally merge this PR.
Description
Both regular hardware CRC, and CRC with DMA are implemented here. For the DMA version, DMA 2 stream 1 is proposed, as only DMA 2 is capable of memory-to-memory transfer as required in the CRC with DMA manual.
DmaCrc32()
also contains provisional code to convert a byte array into a word array.Fixes #177