Other Parts Discussed in Thread: MSPMATHLIB , MATHLIB The product page for MSPMATHLIB doesn't contain a download link for the library by itself, just a link that takes you to the CCS page.
But.... the description says it is compatible with IAR (which…
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…
Part Number: MSP430FR2476 Other Parts Discussed in Thread: CODECOMPOSER , MSP430WARE , , MSPWARE , 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…
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 because…
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 Based Devi…
Part Number: MSP430FR2355 Other Parts Discussed in Thread: MSP-EXP430FR2355 , , MSPWARE , MSPMATHLIB Tool/software: Code Composer Studio I've been using CCS Cloud.
I have CCS for Windows 10 installed, and it starts up fine, and can compile projects.…
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…
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…
Hi Mitch,
Thank you for your comment.
Looking at Section 3 of slau499.pdf, I was looking for "MSPMATHLIB installer".
I pressed the "Get Software" button on the link below and I asked because "MSPMATHlib Installer" could not be obtained.…
Hi Robit,
16MHz is the max processor frequency you could use with the device.
For your "code pwr(), exp(), log() using math.h file", did you use MSPMATHLIB for your device? If yes, I'm afraid the library doesn't support MSP430F2xx devices as described…