This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Alternatives for the MSP430 microcontroller

Hello,

I have bought the EVM launchpad and i'm verry pretty with the test results of the LDC1000.

Now i want to make my own program with the LDC1000, but is it possible to use another microcontroller with the LDC1000?
So what's the best alternative for the MSP430 MCU?


Thank you,

Best Regards,

Erwin

  • Hello Erwin,

    My apologies in advance for not being able to give you a straight answer to your question. I can't really answer the best alternative, as this will vary based on the system needs and resources available. We use the MSP430 on the LDC EVMs as they provide USB functionality, are small and fast and easy to use. Use of LDCs with other MCUs is not an issue, as ARM-based MCUs, C2000, and many non-TI MCUs have all been successfully used with the LDC.

    Regards,

    ChrisO

  • Hello Chris,

    Thank you for your post!
    Ok, so its possible to use another MCUs. Can i also find some documentation about the software code of the MSP430, how the program reads out the LDC1000? I don't know exactly where to start if i will write my own program.

    Best Regards,

    Erwin
  • PS. Its not that i don't want to use the MSP430 with the LDC1000, The only reason is if we can't order the MSP430 anymore that we we have an alternative MCU ;)
  • Hi Erwin,

    Interfacing an LDC to an MCU is not very difficult - simply configure the SPI peripheral, provide a TBCLK (CLKIN signal), and monitor the INTB pin if desired.

    There are a host of examples included in the file LDC1000 Firmware Library for the MSP430, which can be downloaded in the software section of www.ti.com/.../toolssoftware. Also, take a look at www.tij.co.jp/.../snaa213.pdf. I'm sorry that we don't have examples for other MCU, but these resources should provide a reasonable starting point.

    Regards,

    ChrisO