Part Number: TMS320F280049C-Q1
Other Parts Discussed in Thread: C2000WARE
Hi Experts,
Do we instructions about arcsin?
We find that we only have sin below, but not arcsin functions instructions. Customer want to achieve the below functions.


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: TMS320F280049C-Q1
Other Parts Discussed in Thread: C2000WARE
Hi Experts,
Do we instructions about arcsin?
We find that we only have sin below, but not arcsin functions instructions. Customer want to achieve the below functions.


Shaoxing,
There are no TMU instructions for this operation. But the FPUFastRTS library within C2000Ware has asin and acos assembly optimized routines that use the TMU.
\libraries\math\FPUfastRTS\c28\source\fpu32
asin_f32.asm
acos_f32.asm
Thanks,
Sira