Part Number: TMS320F28377D
Tool/software: TI C/C++ Compiler
Hi,
Can CLA support bit operation like this:
MemCfgRegs.MSGxINIT.bit.INIT_CPUTOCLA1 = 1;
User_Parameter.bit.user_flag = 1;
Thanks a lot.
Br, Jordan
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.
Part Number: TMS320F28377D
Tool/software: TI C/C++ Compiler
Hi,
Can CLA support bit operation like this:
MemCfgRegs.MSGxINIT.bit.INIT_CPUTOCLA1 = 1;
User_Parameter.bit.user_flag = 1;
Thanks a lot.
Br, Jordan
Bit fields like that are supported.
The CLA compiler does not support the complete C language. For details, please see the section titled C Language Restrictions in the C28x compiler manual.
Thanks and regards,
-George