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.

Using Emac CPPI RAM for Buffer Descriptors

Other Parts Discussed in Thread: AM3517

Hi,

I'm using an AM3517, and I'm trying to use the local memory on the emac (located at 0x5C020000) to store the buffer descriptors, but when I use this memory space I get TXERRCODE of 5 (buffer length zero), but the buffer length is set to 1514 which is definitely non-zero.  However, when I use local SRAM (located at 0x40200000) everything works fine.

Does anyone know what I could be doing wrong?