你好,
我已经知道c6678的共享存储器可分为4个bank,并且它们之间的访问可以是独立的,但不知道这4个bank的地址是如何分配?请高人指教。
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.
你好,
关于MSMC SL2 内存板块的地址分配,可以参看sprugw7a文档中2.3.2节的介绍,SL2位于一个分为4个bank,每个64字节对齐,长度为64字节的memory chunk位于一个bank中,比如地址0x00-0x39位于bank0, 0x40-0x79位于bank1.....不同的bank之间是可以同时被访问的。