For the NDK Hello world example, should cores other than 0 work?
Core0 runs and it echos packets from the ndk winapp helloWorld.exe (well it does in DHCP mode anyway):
[C66xx_0] Service Status: DHCPC : Enabled : Running : 017
Core1 exits on error:
[C66xx_1] Error: Inserting memory region 0, Error code : -135
[C66xx_1] Failed to initialize the QMSS subsystem
If Core0 was already running when Core1 started, Core1 follows the "Failed to initialize the QMSS..." with a register dump.
Here are my revisions:
TMDXEVM6678L Rev 1.0
CCS5.1.1.00028
C:\Program Files\Texas Instruments\mcsdk_2_00_05_17\examples\ndk\helloWorld
If I can't get this example to work, I won't know how to make multicore ethernet work.