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.
Tool/software:
I've managed to run the tcp_server example separetely on each core.
I'd like to run them simultaneously.
When core-0 is configuring the enet , core-1 gets stuck in dma assert.
I have both cores define the same CONFIG_ENET_CPSW0 with ENET tx dma chanel 0 ..etc should I change it for core-1 to CONFIG_ENET_CPSW1..etc ?
Can I ommit using the dma on core-1 (so they would not colide) ?
Please help.
Thanks,
Eli
Hi Eli,
Thanks for your query.
When core-0 is configuring the enet , core-1 gets stuck in dma assert.
This seems to be related resource allocation.
I have both cores define the same CONFIG_ENET_CPSW0 with ENET tx dma chanel 0 ..etc should I change it for core-1 to CONFIG_ENET_CPSW1..etc ?
Yes. You can refer below documentation and let me know if you need further help
Five Ethernet Port Enablement on AM64x and AM243x
Regards
Ashwani