2023-02-03 06:09 AM
The STM32H753 has 2 CRCs. One global CRC and one specific for Flash memory.
I think it is possible to use the global CRC for flash memory right ? The benefit would be to use a different polynom than the one from Flash CRC.
is it possible to have an idea of the performance loss @ 400MHz CPU clock. I know it depends on many factors, I just want to know if it's twice slower, 10 times slower...
Solved! Go to Solution.
2023-02-03 06:39 AM
I think the FLASH CRC had issues.
The CRC peripheral has a bus transaction, so I'd expect it to be several times slower.
Things that should be easy enough to benchmark for speed or throughput..
2023-02-03 06:39 AM
I think the FLASH CRC had issues.
The CRC peripheral has a bus transaction, so I'd expect it to be several times slower.
Things that should be easy enough to benchmark for speed or throughput..
2023-02-03 07:13 AM
Thank you for the reminder of the Flash CRC issue. The errata sheet indeed advices to not use it...