请问CLA中可以定义数组吗,是否与常规定义例如int a[10]不同,我写的如下
#pragma DATA_SECTION(i16a[2],"Cla1DataRam0");
volatile int16 i16a[2];
报错为expect a “,”
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.
请问CLA中可以定义数组吗,是否与常规定义例如int a[10]不同,我写的如下
#pragma DATA_SECTION(i16a[2],"Cla1DataRam0");
volatile int16 i16a[2];
报错为expect a “,”