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.

NDK and EDMA3 confict on DM6437

Hi all,

My code base are NDK-2_0_0 and edma3_lld_1_05_00.

The test is create one NDK task and EDMA task in simultaneous or respective state.

1. Only create NDK task ---> The Ethernet works fine.

2. Create NDK task and use DHCP to request an IP address, then create EDMA task right way, but NDK task does not have response, however EDMA task still works. 

I also tried following tests to clarify this issue.

1. Update edma package to edma3_lld_01_11_01_04 and edma3_lld_01_11_03_01. But the issue still existed.

2. Raise EMAC priority than EDMA. But the issue still existed.

3. Change interrupt vector of Ethernet driver from default to another to avoid overlap with EDMA used. But the issue still existed.

Could TI please shed more light on this issue?

Thanks in advance.

B.R.

OC