This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

c6678

Hi

I run UDP(helloworld example in mcsdk), commiunicate to my PC and handle the network with core 0.

Can I handle the network without use of my cores? I mean with a new architecture, I put the network coprocessor by EDMA3 for network handling and my other 8 cores for processing by OpenMP. How is it possible? and does it have a speed up for me at all?

Thanks