This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Hello
I'm new to TI products and CCS.
Board - TMDXCE110 [AMIC110]
I have these installed:
CCS 8.3 into C:\Program\TI\ccsv8
processor_sdk_rtos_am335x_5_00_00_15
pdk_am335x_1_0_11
Task completed - Imported My_examples from c:ti\pdk_am335x_1_0_11\packages .
Tested - NIMU_ICSS_BasicExample_iceAMIC110_wSoCLib_armExampleproject - Works fine with Ethernet port1.
My Next task is too connect the Ethernet PORT 2. I tried to ping PORT 2 but it fails.
How can I configure PORT2 as working?
Thanks for your help in advance.
Regards,
AK
Hi Akash Babu
With default application you can ping to 192.168.1.4 from eth1 and 192.168.2.3 from eth2.
Have you modified default IP address from the application?
Regards,
Roopak
Hi Roopak,
i pinged by changing the ip of eth1, but even with default ip in eth 2 i could not ping it.
Regards,
AK
Hi Akash Babu
I have verified at my end with default application, I am able to ping 192.168.1.4 from port 1 and 192.168.2.3 from port 2.
To be aligned, have you tried with default application, I mean without modifying application or driver?
Could you check weather rx interrupt is getting hit when you ping from port 2?
keep breakpoint at ICSS_EmacPollPkt(icssEmacHandle) in ICSS_EMacOsRxTaskFnc function, from \packages\ti\drv\icss_emac\src\icss_emacDrv.c to check Rx Interrupt.
Regards,
Roopak
Hi Roopak,
I haven't changed the default code.
For confirmation what is the example code you are using.
Could you share the code.
Regards,
AK
For confirmation what is the example code you are using.
I am using the same example as you mentioned "NIMU_ICSS_BasicExample"
Could you check below things
1. Weather the link is Up, when you run the executable?
2. Weather the interrupt is getting hit when you ping from port 2, as I mentioned above.
Regards,
Roopak
Hi Roopak,
Sorry for the delay the issue got resolved.
The error was with my PC
Regards,
AK