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.

Memory confliction problem?!

Hi all,

I have question about linker command file. Briefly, I have application which getting samples from I2S and sends it via spi(using C5505). I have executed it succesfully before, but now it doesnt work. Sometimes it works but wrong, sometimes it hangs up. With no change of software and hardware.

I suspect that I using wrong .cmd file. I divided SARAM into 3 parts and give the code sections to them and to DARAM randomly. Is it  memory confliction problem?

Are there any rule I must follow in order to give code sections to true memory sections? What should I do?

Thanks....