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.

TI的Example Code C28346 Experimenter's Kit - Issue 有關外部記憶體 XINTF Zone 7



你好,我最近在測試外部記憶體,發現我在測試程式Example_2834xDMA_XINTF_to_Ram.c,程式內的DMABuf2的資料跟我想儲存的資料有差異,如下圖。

會發生連續兩個相同資料。

 照常理說應該是

DMABuf2[0] = 0;

DMABuf2[1] = 1;

DMABuf2[2] = 2;

 下圖為設定部份

這範例程式是TI官網下載得到,請問為什麼外部記憶體儲存會有這問題??