I found the following small problem when calling IQMATH function in CCS5: Here is my code: _iq30 in2, out2; in2 =_IQ10(0.333*PI/(2*PI)); out2 =_IQ10sinPU(in2); temp = _IQ10toF(out2); in2 =_IQ30(0.333*
I tried to port ucos2 to cortex m0, referring to the code of ucos over cortex m3.There is one thing that is not clear: starting from the main function, the system uses MSP as the stack by default, whi