Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hello Sir,
We have implemented Ethernet application for TDA3x which can transfer image and CAN data from PC to TDA3x board (Used tda3x_init.c file) its works fine and showing connection status like that
[Cortex_M4_IPU1_C1]
server startup
MAC Port 0 Address:
08-00-28-32-a9-ac
MAC Port 1 Address:
08-00-28-32-aa-72
GMACSW has been started successfully
Registration of the GMACSW Successful
Network Added: IP-1:192.168.0.1
Negotiated connection: FullDuplex 1000 Mbs
Link Status: 1000Mb/s Full Duplex on PHY 0
we would like replicate the same for TDA2x we have replaced tda3x_init.c file to vayu_init.c and build RTSC platform for TDA2x, it build successfully for all cores
while execution its gives the output status like that
[Cortex_M4_IPU1_C1]
server startup
MAC Port 0 Address:
08-00-28-32-a9-ac
MAC Port 1 Address:
08-00-28-32-aa-72
GMACSW has been started successfully
Registration of the GMACSW Successful
Network Added: IP-1:192.168.0.1
after few second it is giving error as shown below
ti.sysbios.gates.GateMutex: line 99: assertion failure: A_badContext: bad calling context. See GateMutex API doc for details. xdc.runtime.Error.raise: terminating execution
we referred below link for this error and gone through workaround
file:///E:/PROCESSOR_SDK_VISION_03_06_00_00/ti_components/os_tools/bios_6_46_06_00/docs/cdoc/ti/sysbios/gates/GateMutex.html
Thanks and Regards,
Madhav Chamle