Test F7 SPI CRC Generation
Hello,
i have a programm which is sending 2bytes + 16bit CRC from SPI2.
There are two STM32F765 on my board. The test programm is generated with CubeIDE and only SPI2 initiallyzed.
One MCU is calculating the crc correct and the other is not correct.(Checked with an online crc calculation website)
polynom used: 0x9021
Result from MCU 1(correct): 0x08 0x06 0x24 0xDC
Result from MCU 2(not correct): 0x08 0x06 0x63 0xEE
I have checked the register before sending, they are equal.
After sending the registers are equal, the only differnce is in SPI2->DR where the calculated crc can be seen.
Regards,
Bastian
Is there a way to test if the processor hardware damaged?
