Hi,
We apologize for not keeping our dualcore example user document up to date. We'll get a detailed documentation available to user ASAP. The dual core examples has 4 operational examples
1. Blinky
2. lwIP (TCP/IP Server)
3. USB (Device Stack)
4. emWin (Only for Keil LPC4357 board)
You can run any combination of the example on any core. Example you can run "lwIP on M4 core" while running "USB Device stack on M0" core or vice versa. But you cannot run same example on both cores, for example you cannot run "lwip+usb on M0" and "lwip+emwin on M4" as lwip uses the only avilable ethernet hardware hence mutually exclusive, same is the case with USB or emWin. Only blinky can run in both cores.
I assume that you want to run lwip and emwin, in that case you can build lwip(webserver) for M0 and burn it to flash, then build emwin for M4 and burn it to flash. Upon reset both should run fine!
The other way is that you can compile "lwip+emwin for M4 core" burn it, then compile "USB or Blinky for M0" core burn it (or vice versa). Upon reset you will be able to see things running nice and easy. If you run lwip and usb you will be able to edit the index.htm file in the usb disk and see that the page provided by webserver reflecting the change upon refresh in the browser.
Let us know if you need more information.
Regards,
Sundar.