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.

28035 定义在CLA RAM区的变量如何初始化?



手册里说在主CPU分配RAM给CLA之前赋值, 那么是指在memcpy之前吗?  是直接在main函数里用 val = 0;这样赋值吗?  (val定义在claram区)