TI E2E support forums
TI E2E support forums
  • User
  • Site
  • Search
  • User
  • E2E™ design support >
  • Forums
    • Amplifiers
    • API solutions
    • Audio
    • Clock & timing
    • Data converters
    • DLP® products
    • Interface
    • Isolation
    • Logic
    • Microcontrollers
    • Motor drivers
    • Power management
    • Processors
    • RF & microwave
    • Sensors
    • Site support
    • Switches & multiplexers
    • Tools
    • Wireless connectivity
    • Archived forums
    • Archived groups
  • Technical articles
  • TI training
    • Tech days
    • Online training
    • Live events
    • Power Supply Design Seminar
  • Getting started
  • 简体中文
  • More
  • Cancel


Search tips
Showing 78 results View by: Thread Post Sort by
    Answered
  • RE: How can i get the software MSPMATHLAB?

    Ki
    Ki
    Resolved
    Hello, mspmathlib comes with CCS. That is probably why it links you to the CCS page when you try to download it. Thanks ki
    • over 10 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Answered
  • RE: MSP430F6779: Fixed or floating point

    Bruce McKenney
    Bruce McKenney
    Resolved
    The first paragraph of SLAU499 (link F6779 product page -> MSPMATHLIB product page) describes the Floating Point Math Library as an improved coding of 12 functions already available in the Standard C Library. The Abstract of SLAA577G (from the EVM430…
    • over 7 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • msp430g2553 Natural log calculation problem

    PRATIK DEBNATH
    PRATIK DEBNATH
    TI Thinks Resolved
    Other Parts Discussed in Thread: MSP430G2553 , MSPMATHLIB Hello, This is Pratik Debnath is using Msp430g2553, I have some issue with floating point.. I am dividing two floating point number- after that I am calculating the Natural log after that…
    • over 9 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • RE: msp430 floating point operations

    Dennis Eichmann
    Dennis Eichmann
    Hi Jingesh! For your processor you can use the C standard library math.h that includes double cos( double x ) But note that the angle is in radian, not degree. There is a MSPMATHLIB, but the homepage says it is for MSP430F5xx, MSP430F6xx and…
    • over 9 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • RE: using hardware multiplier for fraction multiplication

    Ilmars
    Ilmars
    Resolved
    You shall look for MSPMATHLIB
    • over 11 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • RE: could not resolve index library "libmath.a" to a compatible library

    Doug Broadwell
    Doug Broadwell
    Sorry, still confused. If I don't add "${CCS_BASE_ROOT}/msp430/lib/4xx" to my library search path I get the warning that I am not using the MSPMATHLIB and thus not the hardware multiplier. When you say "As long (as) you are not using the directory ..…
    • over 10 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • Answered
  • RE: MSP430F5310, CCS 5.5, COFF vs. ELF conflict, rts430.lib vs. libmath.a

    George Mock
    George Mock
    Resolved
    I am less certain than usual that my reply is correct. I think your installation of MSPmathlib is out of date. I think by updating MSP430ware within CCS that MSPmathlib will update as well. If this doesn't work, then I think we should move this thread…
    • over 10 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • RE: CCSv6: ULP 6.2 (remark 10422) for MSP430F1612

    Lukasz
    Lukasz
    in my opinion it is error in ULP advisor, MSPMATHLIB is working on MSP430F5xx MSP430F6xx FRAM Based Devices old series 1xxx is not supported,
    • over 11 years ago
    • MSP low-power microcontrollers
    • MSP low-power microcontroller forum
  • RE: warning on linking about libmath.a not compatible

    George Mock
    George Mock
    The problem is you are building with the older COFF ABI, but all those MSPMATHLIB libraries are built for the newer EABI. So, the warning is correct, none of the libraries are compatible. You need to change from --abi=coffabi to --abi=eabi. Thanks and…
    • over 11 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
  • Answered
  • RE: #10204-D could not resolve index library "libmath.a" (msp430, non-BIOS)

    AartiG
    AartiG
    Resolved
    Looking at your build console output, you are building with the older COFF ABI (--abi=coffabi) , but all the MSPMATHLIB libraries are built for the newer EABI. That is the reason for the warning that it could not resolve to a compatible librray. Changing…
    • over 10 years ago
    • Code Composer Studio™︎
    • Code Composer Studio forum
<>

Didn't find what you are looking for? Post a new question.

  • Ask a new question