Hello
This is Mr. Park.
I have issue to use NDK
NDK hello world example named "client_evmc6678l" in MCSDK 2.1.2.6.
EVM: TMDSEVM6678LE Rev 3B
IDE: CCS 5.5
MCSDK: version 2.1.2.6
PDK : version 1.1.2.6
NDK: 2.21.2.43
==================================================
in the runtime, CCS show me the log below.
PASS successfully initialized
Ethernet subsystem successfully initialized
Ethernet eventId : 48 and vectId (Interrupt) : 7
Timeout waiting for reply from PA to Pa_addMac command
ti.sysbios.heaps.HeapMem: line 370: assertion failure: A_invalidFree: Invalid free
xdc.runtime.Error.raise: terminating execution
resulted from
nimu_eth.c
if (j == 100) {
platform_write ("Timeout waiting for reply from PA to Pa_addMac command\n");
Osal_nimuFree (pCmdDataBuffer, cmdbuf_len);
ret_val = -1;
}
Can you help me?
Please let me know how to resolve?
Regard
Mr Park.