Hello TI Support,
I use the LP-AM243 device with the SDK mcu_plus_sdk_am243x_08_02_00_31.
At my r5fss0-0 Core i use the LwIP stack and the open62541 stack (OPC UA).
At the other cores i have only empty project settings, yet.
I want to use an Insdustrial Communication Stack for example Profinet,too.
In the LwIP example stands that the ICSS can be used with industrial communication protocols.
When I try to combine the LwIP example (enet_lwip_icssg_am243x-lp_r5fss0-0_freertos_ti-arm-clang) and the Profinet stack (profinet_device_rt_mii_demo_am243x-lp_r5fss0-0_freertos_ti-arm-clang) i get the following problems of double existing functions/symbols:
-the functions/symbols are lwip_htonl, lwip_htons, eharp_find_addr, etc. as shown below
Are this functions necessarily part in the profinet lib. or may we get an profinet lib that simply uses the LwIP lib by including?