Hello,
I have a need to use ENETC 0 and 1 simultaneously, ie two lwip interfaces, where ENETC1 interface communicates with general ethernet while ENETC0 interface communicates with another cpu. Currently I find only one NETC can we used (via define NETC_PSI).
I also find that even though ethernetif1_init is defined in header, it is never implemented in SDK.
Note: RT1189 EVK/FreeRTOS/lwip/SDK v2.16.
Thanks