Hi,
TMDSEVM6472,ccsv4.2,mcsdk_1_00_00_08,
the client example can run core0 sucessful, then I change the follow in client.c with red collor:
/* Check to see that we are running on the Master Core */ if (platform_get_coreid() != 1) { /* We are not on the Master Core... die */ printf("You must run this application on Core 0. \n"); printf("We will die in an infinite loop... \n");
and also ,
var Global = xdc.useModule('ti.ndk.config.Global');
Global.multiCoreStackRunMode = Global.STACKRUN_FLG_CORE_0 | Global.STACKRUN_FLG_CORE_1;
than run core1
TCP/IP Stack Example Clientemac_init: core 1, port 0, total number of channels/MAC addresses: 1/1MAC addresses configured for channel 0:3C-2D-B7-7C-F7-D4emac_open core 1 port 0 EMAC_coreDeInit returned error 00000004emac_open core 1 port 0 EMAC_coreInit returned error 00000004Error: Unable to register the EMACService Status: Telnet : Enabled : : 000Service Status: HTTP : Enabled : : 000
what's the problem ? thank you !
This question is already being handled here:
http://e2e.ti.com/support/embedded/bios/f/355/p/86502/683444.aspx#683444
Hi,Steven
thank you for your attention! and do you have any suggestions?