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.

TMS320C6657: Issue when running NIMU example project

Part Number: TMS320C6657

I ran the NIMU_emacExampleClient_EVMC6657C66BiosExampleProject on the C6657 EVM and I encountered multiple times that the network would stop responding after a while.

I am using processor_sdk_rtos_c665x_6_03_00_106 for this.

Here is what I saw in the terminal when the failure happened while I was pinging the unit.

64 bytes from 10.0.0.4: icmp_seq=1335 ttl=255 time=0.590 ms
64 bytes from 10.0.0.4: icmp_seq=1336 ttl=255 time=0.400 ms
64 bytes from 10.0.0.4: icmp_seq=1337 ttl=255 time=1.691 ms
Request timeout for icmp_seq 1338
64 bytes from 10.0.0.4: icmp_seq=1339 ttl=255 time=1.672 ms
64 bytes from 10.0.0.4: icmp_seq=1340 ttl=255 time=0.685 ms
64 bytes from 10.0.0.4: icmp_seq=1341 ttl=255 time=0.563 ms
64 bytes from 10.0.0.4: icmp_seq=1342 ttl=255 time=0.604 ms
64 bytes from 10.0.0.4: icmp_seq=1343 ttl=255 time=0.603 ms
64 bytes from 10.0.0.4: icmp_seq=1344 ttl=255 time=0.611 ms
Request timeout for icmp_seq 1345
Request timeout for icmp_seq 1346
Request timeout for icmp_seq 1347
Request timeout for icmp_seq 1348
Request timeout for icmp_seq 1349
Request timeout for icmp_seq 1350
Request timeout for icmp_seq 1351
Request timeout for icmp_seq 1352
Request timeout for icmp_seq 1353
Request timeout for icmp_seq 1354
Request timeout for icmp_seq 1355

...

I have attached the full log showing what I saw in the terminal together with the Wireshark capture.

8321.Archive.zip

When I paused the run though the emulator, the code seemed to be in the IDLE loop.