How to make sure CRC has the 4 AHB clock cycles processing time it needs?
Hello,
in the Reference Manual of STM32H745/755 and STM32H747/757 (RM0399) on page 831:

When I write more than two 32 bit words to the CRC data register, how can I ensure the crc unit has enough time for the calculation (the 4 AHB clock cycles) before I write the next word? The CRC unit has no "BSY" or "RDY" bits. Do I have to estimate/calculate the time I have to wait between two writes? Or is there some kind of blocking mechanism that prevents a write to the data register before the unit is ready to process the next word? If yes, what exactly is blocked: code execution in general, because the write is stalled?
Thanks for any information.
F
