Depending where the ADC0 priority 0 and SS0-0 CTL_IE is enabled in program flow (eth_client_lwip.c) may hang during DHCP acquire address or otherwise return an IP address but not reply to ICMP ping requests. Eth0 activity LED blinks as if there is data traffic on the wire.
Individually enabled ADC0 priority 3 and SS2-0 CTL_IE reports MPU temperature by asserting a (TriggerProcessor) call inside Timer0A. SS2-0 is configured for a vectored interrupt proving sequencer 2 functional under the same scenario different priority.
The ADC0-SS0 interrupt vector handler would otherwise be suspect however the Time0A LED2 blink rate continues as if nothing is wrong. When only ADC0 SS2-0 (temperature) is enabled TCP packet exchange occurs normally.
How can ADC0 SS0-0 (ADC_Trigger_Processor) hinder ICMP/TCP via Eth0_PHY/MAC but not BootP traffic?