Ethernet not performing hardware CRC on STM32F765
I'm bringing up an Ethernet project with the latest FreeRTOS+TCP and SPL ported from the F407.
I've got it sending packets but the responses to the ICMP when I ping the device come across in wireshark as having invalid CRCs of all zeros (see wireshark attached). Checking the Status word of the DMATxDesc before we set the own bit shows the CIC bits as 11 to have the hardware perform all the checksums.
Any recommendations as to what the problem may be and how to resolve?


