How to access STM32H753 CRC unit
Hello,
Recently I try to use the CRC unit insde stm32h753vih6 to do the crc calculation. According to the spec(RM0433), I tried to read/write the registers defined in chapter21. But all the five CRC related registers(CRC_DR, CRC_IDR, CRC_CR, CRC_INIT, CRC_POL) are zero and cannot be changed.
addr:0x58024c00 value:0x0
addr:0x58024c04 value:0x0
addr:0x58024c08 value:0x0
addr:0x58024c0c value:0x0
addr:0x58024c10 value:0x0 //CRC_POL should have 0x04c11db7 as the default value
I have tried to reset CRC unit through CRC_CR bit0. But the issue still exists.
Does CRC module need extra configuration so that it can be used?
