Greetings TI-Community,
I am using the 6678 EVM Board TMDXEVM6678LE and following setup:
XDC_Tools 3.23.4.60
MCSDK 2.1.2.6
PDK 1.1.26
sysBios 6.33.65
ccompiler Ti 7.4
Now I tried to setup the helloworld_evmc6678l example in...mcsdk_examples_ndk_helloworld with the possibility to loopback the udp_deamon internally (loopback in the GbE switch) for performance testing purpose.
To do so I have to change the the SGMII_Control register from the DSP. This is done in the GEL file for the EVM platform or in the EVM_Init() function in the code.
I compared the exmaples simple_example and emac_example in ...pdk_package_ti_drv_pa_example directory with the helloworld_evmc6678l example.
Until now I was not able to success.
I also recognize that the register names in the DSP sheet do not match with the names used in the functions for the EVM board. I do not find such a documentation on the Advantech site. It would be helpfull if you want to manipulate the EVM_Init subroutines.
Thank you
Patrick