Hi,
I’m trying to use Ethernet on DSP6678.
It was suggested I start with the example from
C:\Program Files\Texas Instruments\pdk_C6678_1_0_0_17\packages\ti\drv\pa\example\emacExample
It appears to compile, link, and load OK, but I get this emulation error:
[C66xx_0] **************************************************
[C66xx_0] ******* Ethernet Single Core Example Start *******
[C66xx_0] **************************************************
[C66xx_0] Error Initializing Free Descriptors, Error: -137
[C66xx_0] QMSS init failed
Following the C source code, the error appears to be from: source file qmss_drv.c, function Qmss_queueOpen(), condition (qmssLObjIsValid == 0), statement return QMSS_NOT_INITIALIZED.
The revisions I am running are TMDXEVM6678L Rev 1.0, CCSV5.10.09000, and bios_mcsdk_02_00_05_17_setupwin32.exe.
How does one make emacExample work?
Greg Reuter