How to see the return value of the CRC_CalcCRC();
hi here I am configure the CRC register of STM32f469IITx
I am using the function CRC_CalcCRC(); to generate the crc for 32-bit data.
i am not getting the crc please any one help me.
uint32_t data=0xAAAAAAAA;
uint32_t crcvalue=0x00000000;
how i am using crcvalue = CRC_CalcCRC(data);
crcvalue = ? (crcvalue is giving null only)
