Part Number: MSP430FR2433
Hi,
Which library file and header do I use for the MSP430FR24433 with CCS 12.5.0? I installed it but it's not an option in CCS products.
Regards,
-Mike
Part Number: MSP-IQMATHLIB Hello,
I am working in AD measurement which prints real value in Voltage. The basic theory is to calculate an LSB in IQ20 and in the measurement cycle only multiply with (integer subtracted with zero point integer). My problem…
Part Number: MSP-IQMATHLIB Hi
I'm currently using IQMathLib in my project. And I encountered a problem with _IQ29div.
The dividend was 0.0027313 and the divisor was 0.0101318, but the output was 0.1347891.
And I tested another set of number, 0.0148468…
Part Number: MSP-IQMATHLIB Tool/software: Code Composer Studio How can I use CCS V9 and IAR V7+ to create a library similar to IQmathLib that MSP430 can use. I found some resources, but they are out of date. I can't see them.
www.iar.com/.../
processors…
Part Number: MSP-IQMATHLIB Similar to the issues here: http://e2e.ti.com/support/microcontrollers/msp430/f/166/p/348830/1830267#1830267
If I pass a negative string to _atoQ() the polarity of the result depends on if there is a decimal point included.
…
Part Number: MSP-IQMATHLIB When I use IQmathLib_IAR_MPY32_5xx_6xx_CPUX_large_code_large_data.lib, if I set __double_size to value '64', the compiler will produce a error.
The error is Module _atoIQN specifies that '__double_size' must be '32'…
Please check if this thread can give you some help: https://e2e.ti.com/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/883866/ccs-msp-iqmathlib-how-to-make-a-library-for-msp430/3270285?tisearch…
Thomas Foxcroft said: what does the _iq15 specifier mean?
It's a fixed point 32 bit fractional number used in the IQ Math Library. Useful when using the MPY since it's a fixed point multiplier.
https://www.ti.com/tool/MSP-IQMATHLIB
Hi Himanshu,
We do provide both floating and fixed point libraries for mathematical operations on the MSP430F5132 microcontroller. They are installed by default with new Code Composer Studio installations, and can be utilizing by using #include "math…
Hi,
ickim said: 1. The names of libraries in TI web site are quiet confusing. Following library names are the same or not?
- Ultrasonic Sensing Gas Metering Library, Ultrasonic Sensing Flow Metering Library, USSFlowLibrary, USS Library, USS SW Library
…