Other Parts Discussed in Thread: MATHLIB, MSPMATHLIB, MSP-IQMATHLIB,
Tool/software: TI C/C++ Compiler
Hi! I am using math.h header file for my trignometeric and algorithmic functions. Then i saw the MSP Mathlib guide www.ti.com/.../slau499.pdf and now I want to implement that library in my CCSv8 Program.
I tried to go on this link
and clicked on get software then it takes forward to (Sorry, the page you’re looking for can’t be found.).
At this directory C:\ti\ccsv8\ccs_base\msp430\lib\5xx_6xx_FRxx. I found MSPMathlib files(that are .lib/ object file library). I tried to include them as guided in (slau499.pdf)
After getting file linked to my program. I include it as #include "msp430_math.h" then it gives me an error that could not find the file.
Also, IQmath and MSPMathlib are two different libraries or not??
As in this forum,
MSP430 Library is actually named IQmath.
Can anyone please guide me for this.
Thanks in advance!!