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.

C6474 NDK data transfer

Other Parts Discussed in Thread: BIOSLINUXMCSDK

Hi.

My develoment platform is below.

DSP: C6474 1GHz

DDR2: 512MB

BIOS: 5.4

NDK: 2.0

CSL: 3.0.3

CCS: 3.3

 

When I transfer NDK data to DDR2 with writen below command I've got problem network stack is not working.

============================================================================================================

SECTIONS

{

   .far:NDK_PACKETMEM {} align=128 > DDR2

  .far:NDK_MMBUFFER {} align=128 >DDR2

  .far:NDK_OBJMEM {} align=128 > DDR2

}

============================================================================================================

Is there any software version conflict in my development environment, or any other problem for this command.

Additionally, after boot NDK, first ping is working, but after stay for several time when I send ping, dosen't response. Is there anyone have same problem ?