1.CLA_TO_CPU_RAM只有128个word,不够用了,有什么办法可以扩展,是否可以利用CLA_TO_DMA_RAM的地址,在CLA中可读可写,在CPU中只读?


2.我在CLA_TO_DMA_RAM定义了数组,在CLA可读可写,在CPU中只读,发现是可以的;这样应用是否有风险?
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.
1.CLA_TO_CPU_RAM只有128个word,不够用了,有什么办法可以扩展,是否可以利用CLA_TO_DMA_RAM的地址,在CLA中可读可写,在CPU中只读?


2.我在CLA_TO_DMA_RAM定义了数组,在CLA可读可写,在CPU中只读,发现是可以的;这样应用是否有风险?