Tool/software: Code Composer Studio
Hi, nowdays, I am programing the state machine routine. And I am planning to implement the state machine in CLA with algorithom. As you know, the state machine is always in the formats of conidtional instruction such as swith instruction. Due to the difference between CLA and CPU, I am wondering whether "swtich" instruction can be used in CLA. In addition, my code is automatic generated from simulink. The "swtich" instruction is gererated default.
Thanks.