Other Parts Discussed in Thread: MATHLIB I'm used to developing fast FP algorithms for low end MCUs and avoiding FP calculations (using Integers instead) to speed up algorithms drastically.
Now, what I've noticed recently is a lack of education amongst…
Other Parts Discussed in Thread: MSPMATHLIB , MSP430F6638 Hi forum users,
in my project I want to use the MSPMATHLIB and I followed the user guide SLAU499. I've "built" it without errors but I get a warning after linking which makes me uncomfortable…
Part Number: MSP430FR2155 Other Parts Discussed in Thread: BQ34Z100-R2 , , BQ34Z100 , MSPMATHLIB Hello TI Experts!
I'm working with MSP430FR2155 and BQ34Z100-R2 to retrieve data. I have a code to read and write data.
But when i try to build it I'm…
Part Number: MSP430FR2353 Other Parts Discussed in Thread: MSPMATHLIB ,
Dear *,
is the MSP430FR2353 or MSPFR2355 supported in Floating Point Math Library for MSP430 ?
Because the description says:
MSP430 devices supported by MSPMATHLIB:
FRAM…
Part Number: MSP430F5438A Other Parts Discussed in Thread: MSP430WARE , MATHLIB , MSPMATHLIB Hi team,
Here's an issue from the customer may need your help:
Customer's project build advice has a following handling suggestion:
The keyword “math…
Hi Takashi,
MSPMathLib and IQMath both have their trade-offs.
MSPMathLib is an accelerated floating point math library, while IQMath allows users to port a floating-point algorithm into fixed-point code. IQMath will provide better performance, but…
Neeraj,
After doing further digging into MSPMATHLIB, I learned that the MSPMATHLIB is now automatically used as the default math library functionality for the MSP430FRxx/F5xx/F6xx devices. There is no need to include msp430_math.h, as math.h will automatically…
Part Number: MSP430FR2476 Other Parts Discussed in Thread: CODECOMPOSER , MSP430WARE , , MSPMATHLIB , MATHLIB I am using MSP430Ware_3_80_13_03 on CodeComposer 10.2 for a MSP430FR2476. This device should have a 32-bit HW multiplier and ULP 6.2 remark #10422…
Part Number: MSP430FR2355 Other Parts Discussed in Thread: MSPMATHLIB , Tool/software: TI C/C++ Compiler Hello,
I'm getting this message:
(ULP 6.2) Detected use of a device with available 32-bit hardware multiplier and not also using MSPMATHLIB library…
Hello,
i've merged this thread with another similar one you posted as they pertain to the same subject. Please keep to this thread about this particular subject.
On The subject of FLOAT type and MSP430, if you are using the the FLOAT type, I highly…