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.

CCS/TMS570LS3137: EMIF issue

Part Number: TMS570LS3137

Tool/software: Code Composer Studio

Hi,

We have connected connected Memory with TI TMS570LS3137 Processor and while doing Read/write Operations data was not proper.

i want memory  single write/read transaction. we are using memory functions like this

unsigned short *NORF_ptr = ( unsigned short *)0x60000000;

unsigned short Read_back_data;

*NORF_ptr = 0x1234;
Read_back_data = *SRAM_ptr;

but when i am writing  0x60000000;, but it writes both on 0x60000000 and 0x60000001, we want only write on 0x60000000

please help me in this.

Regards,

Muthu S