Hi everyone!!! after some time I came back with the same question. Can I run the lwip stack twice on different cores? And bind a separate port to each stack? Thank you so much.
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.
Hi everyone!!! after some time I came back with the same question. Can I run the lwip stack twice on different cores? And bind a separate port to each stack? Thank you so much.
Hi Yury,
I need more clarification here. Apologies for the delayed response.
Can I run the lwip stack twice on different cores?
Do you mean, you want to run same lwip stack on two different core? Or do you want to run two different applications on two different cores?
Hi Nilabh! Thank you for the reply! I want to run two different applications on two different cores.
Yuri Enet does not support it. But there is a way for this you will need to use two different peripherals i.e by using one cpsw and one icss. Also you would need to modify the example so as each core initialises one mac port.
Nilabh, thank you so much for the reply. I will take a closer look at the this possibility of realizing