Hi,
the NIMU implementation for the am65xx (v7) is obviously designed for 9 different ports - judging by functions NimuEmacInitPX (X from 0 to 8).
However, the NimuEmacInit() only contains names for ports 0-5 and fails to properly initialize port eth6 (which is our case) or higher. Because of that that, the standard MAC on our IDK board cannot be used for communication as higher layers (e.g. the SlNet or HTTP server) fail too.
Our temporary solution was to add the missing names into the names array (which helped). But I was wondering, whether there is some other way to correctly "workaround" this issue.
The version of the PDK we use is 1.0.7
Thanks