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.

AM2434: PRU 工程代码,C语言编译方式,如何定义通用寄存器R0-R31 。

Part Number: AM2434


通过翻阅资料 路径如下ti\ccs1210\ccs\tools\compiler\ti-cgt-pru_2.3.3\example  test.c

了解到通用寄存器R31在 C程序下的定义和使用。

通过实际验证,R30/R31 可以直接应用并进行相应控制。

但是采用同样的定义方式,却无法定义R0-R29 ,如图: