Data Flow Processing Capacity of STM32F429 Ethernet
Background: F429 works as a net node in the ethernet switch. Other nodes are cortex-A or CPU, so the controller with F429 has the poorest capacity for processing net data flow.
Current Implementation: As the controller only exchanges data with a specific node, I use MAC filter to band the mac address of the specific node, reducing stress for driver and application..
Issue: Works good for months , but data flow on the switch became much more than before, net issue occurs. It seems have 3 stage- could not communicate, communicating with delay , communicating recovery.
Dose it means that the MAC core could not suffer so much data flow, and how can I solve the problem.
Thank you for advises.
