Hi
I am trying a hua_evmc6678l with the next installation:
CCS 5.3.0.00090 + bios_mcsdk_02_01_02_06_setupwin32.exe ( http://software-dl.ti.com/sdoemb/sdoemb_public_sw/bios_mcsdk/latest/exports/bios_mcsdk_02_01_02_06_setupwin32.exe )
Whit this configuration of sw3-sw6 and sw9:
1 2 3 4
sw3 0 0 1 0
sw4 1 0 1 1
sw5 1 1 1 0
sw6 1 1 1 1
sw9 1 1
at some point core 0 stopped and gave this error:
[C66xx_0] QMSS successfully initialized
CPPI successfully initialized
PA successfully initialized
HUA version 2.00.00.04
Setting hostname to tidemo-064974
MAC Address: 40-5F-C2-B9-21-F9
Configuring DHCP client
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 354: assertion failure: A_invalidFree: Invalid free
xdc.runtime.Error.raise: terminating execution
I have tried the recomendation of this thread
http://e2e.ti.com/support/embedded/bios/f/355/t/181125.aspx
in order to modify heap memory size, but the error remain.
I tried the following thread also:
http://e2e.ti.com/support/embedded/bios/f/355/t/108589.aspx
using BIOS.heapSize = 0x1E8480;//2 Mb before was 0xF4240~2Mb
and BIOS.heapSection = "systemHeap";
but the compiler shows the warning:
BIOS.heapSize and Memory.defaultHeapInstance have both been set. BIOS.heapSize ignored.
Using Memory.defaultHeapInstance.vm.cfg /hua_evmc6678l ti.sysbios.BIOS XDCTools Configuration Marker
I just want to use that demo as reference for my application, mainly Ethernet connection and multicore communication and PCIe that does not come in this demo.
I tried other installations and always there is a problem when demo is runnig:
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/f/639/p/253684/894421.aspx#894421
I tried out of the box demo and there was no problem, that was using DHCP.
I hope someone could help me to fix the problem.
Thanks in advance.
Julian Garcia