STM32F4 LWIP per-interface checksum calculation
Hello!
I created a project for NUCLEO-F429ZI with two ethernet interfaces.
- The first interface is the card's own ethernet connection.
- The second is a USB-RNDIS virtual ethernet port.
The two ethernet interfaces work, but only if I enable software checksum generation on both interfaces.
Is there a way for the physical ethernet interface to use hardware checksum generation and the virtual one to use software checksum?
