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.

TMS320F28388D: CLA能否应用指针?

Part Number: TMS320F28388D

AdResult_in[i] = *(Uint16 *)(0x07F19);

AdResult_in[i] = GPIO_readPortDataRegister(GPIO_PORT_C);

CLA不能使用指针?如图写法为什么显示有问题,怎么才能读取GPIO状态?GPIO_readPortDataRegister()函数里面用的也是指针啊,在CLA中能不能用?