I am trying to debug an ethernet issue, and one of the TI employees posted a file to update in the TI drivers library:
https://e2e.ti.com/support/legacy_forums/embedded/tirtos/f/355/p/497052/1808036#1808036
The problem is that I don't know the best and easiest way to make use of this file. Which library do I need to build, and what's the best way to link it?
We are using the XGConf utility so I'm assuming somehow it is automatically linking to this library currently as I don't see it in the project properties ARM linker list.
Also, I tried looking for a separate package of TI driver lib to see if there's a newer version that might already fix the issue, but I could not find it. (I'm using it from the package of TI-RTOS TIVAC 2_16_01_14)