I built the demo below and checked its operation.
"ethernetip_adapter_generic_device_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang"
We checked with version 09.00.00.03 of INDUSTRIAL-COMMUNICATIONS-SDK-AM243X.
I have a question regarding the behavior of the following API.
ETHIP_API uint32_t EI_API_ADP_getMcastConfiguration(T* pAdp_p, EI_API_ADP_SMcastConfig_t* pMcastConfig_p)
When I call the above API, the value that can be obtained with the argument pMcastConfig_p is always 0000000000000000.
Therefore, you can obtain a value that is different from the value of TCP/IP Interface Object - Instance 1 - Attribute 9: Mcast Config obtained with Get_Attribute_Single.
Will it be fixed in the next update?