TI E2E™ 设计支持论坛将于 5 月 30 日至 6 月 1 日进行维护。如果您在此期间需要技术支持,请联系 TI 的客户支持中心寻求帮助。

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.

28377S 访问外部 ASRAM问题

在377S中通过CS3访问256k*16bit的外部ASRAM时,发现在不同的地址会写入相同的值,如下图

在代码中操作:

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

也就是说在地址0x300000写入0x1234,在地址0x310000,0x320000等地方都会写入0x1234,这个是什么原因?