Hi, I have a strange problem using a dm648 with NDK 2.0.0 and also with NDK 1.93: in my application I realized a TCP task that connects the DSP board with a PC, and starts a communication with pc software. All works fine for around 3 minutes, sometimes less and sometimes a little more,but inevitably after this period the dsp cpu is inside a loop, this is the istruction C$L1 (PC+8 = 0xe00XXXX)..... What I do wrong? My application doesn't realize a server, but a client socket that connects with server socket on the pc, the other settings seem to be very similar with example "Hello World" anf "Client". I read a post with a similar problem, but I don't put extra asm code in my application. Is this a stack pointer problem?
Regards