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 / TMS320F28377S: Asram question

Part Number: TMS320F28377S
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hello, I found the following problem when accessing external ASRAM through CS3

1.Data with more than 64K RAM per access is written back

2.ASRAM type:62-65WV25616EALL-BLL-CLL   256k*16bit

What is the cause of this problem?

code example:

gExRam[0]=0x1234;
gExRam[1]=0x4212;
gExRam[65537]=0x1112;