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.

MCU-PLUS-SDK-AM243X: MCU-PLUS-SDK-AM243X: How to activate TCP over shared RAM between two cores.

Part Number: MCU-PLUS-SDK-AM243X

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