Hi Guys,
CCS v 6.2(compiler version = TI v15.12.3.LTS)
TMX320F28075 Control Card
control Suite v 3.4.1
I am going through the SPRUHS1A document. I need to use the absolute function (ABSF32). I called it as follows:
V_D_temp = __ABSF32(V_D_temp);
And I get an error. Please let me know how to call this function and other functions(Multiplying two float and adding two float) of the FPU Instruction Set.
Also please tell me if there is any Saturation function similar to _IQsat() in FPU or TMU.