Other Parts Discussed in Thread: SYSCONFIG
When we use ICSSG for sending at a gigabit network speed, we found that some data will be lost when the total size of the packets exceeds 64 bytes, but this issue does not occur at a 100 Mbit network speed.
By printing the ICSSG status, we found that txunderFlowErr will increase whenever data is lost, and the data in txTotalByte is consistent with our expectation.
The PRU firmware we used is provided in the MCU+ SDK 08.04 ENET driver. How should we troubleshoot and resolve the txunderFlowErr issue?