Hi,
I am Facing the following issue when I am running the NC_NcNetstart() call in my application by reusing the NDK client(client_evmc6678l) example code.
ERROR LOG:
Ethernet eventId : 48 and vectId (Interrupt) : 7
Timeout waiting for reply from PA to Pa_addMac command
ti.sysbios.heaps.HeapMem: line 354: assertion failure: A_invalidFree: Invalid free
Same error is coming when I was trying to execute the client_evmc6678l.out(Example Code), but after giving the system reset(After referring to the TI forum) ,the error is getting vanished and program is working fine.
Description About the Problem After carrying out the Experiments to my application:
1. I am trying to run the application through core0
CPPI And QMSS are getting initialized properly (since initializations are done by the core0 according to the code )
But above ERROR LOG is coming when I am trying to execute the NC_NetStart() in application.
2. I am trying to run the application through core1
CPPI And QMSS are not getting initialized properly (since initializations are done by the core0 according to the code)
But above ERROR LOG is not coming when I am trying to execute the NC_NetStart() in application.
3. I am trying to run the application through core1
CPPI And QMSS are getting initialized properly (since initializations are changed by me according to the core1)
But above ERROR LOG is coming when I am trying to execute the NC_NetStart() in application.
Code:
if (platform_get_coreid() == 1)
{
qmss_cfg.master_core = 1;
}
else
{
qmss_cfg.master_core = 0;
}
I followed and tried all the suggested solutions from the TI forum of the following links:
Applying System Reset in the debug session
http://e2e.ti.com/support/embedded/tirtos/f/355/p/239367/841042.aspx
Keeping the Processor in No boot mode
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/306345/1073749.aspx
Loading the GEL file to all the cores
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/t/255715.aspx
Running the Global Default setup scripts after keeping the break point in the code
http://e2e.ti.com/support/embedded/tirtos/f/355/p/239367/841042.aspx
Making the memory free check
But none provided fruitful results to me,
Could you please help me out soon to resolve this issue as soon as possible.
Thanks & Regards
Jagadeesh Guptha
