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.

MSP430F47176 Driverlib

Other Parts Discussed in Thread: MSP430F6638, MSP430F47176, MSP430FG6626

Hi,

   Been using the Ti Dev kit for MSP430F6638 and have used the driverlib to leverage some of the supported peripherals in order to demonstrate functionality for product development. Now have most of the implementation in place.

My question is two fold:-

1. Is the MSP430F47176 supported by driverlib?

2. If so, then what device family variation should the library be imported from?

Thanks.

  • Hi EyeballMSP,

      Currently we do not have driverlib support for our MSP430F4xx family.

       Best regards,

        David

  • Hi David,
    Thanks for the response. Is there a plan for drivelib support for this device?
  • Hi David,
    Or perhaps there is an alternative part similar to this device that is supported by driverlib?

    Regards,
    EyeballMSP
  • Hi EyeballMSP,

    Sorry for my late response, the MSP430 Driver Library supports all of the following device families:

    MSP430F5xx_6xx
    MSP430FR57xx
    MSP430FR5xx_6xx
    MSP430FR2xx_4xx
    MSP430i2xx

    What are the features that you like from the MSP430F47176??

    Regards,

    David
  • Hi EyeballMSP,
    We are glad driverlib was helpful to you in your MSP430F6638 development. We definitely want to support the MSP430F4xx family sometime in the future. We do not have a current scheduled date yet.
    We will post in the E2E forum when we are close to releasing support for that family of devices.
    Thanks,
    Kasthuri
  • Hi David,
    In order to progress development we have moved focus to MSP430FG6626 due to its similarity to the MSP430F6638 (my understanding is that the MSP430FG6626 is supported by driverlib?) Is there a sample for using the 16bit SigmaDelta ADC? All documentation I have seen only refers to both ADC10 and ADC12 variants.

    Thanks.
  • Hi EyeballMSP,

    Yes there is, please take a look at this example code:

    dev.ti.com/.../

    And the documentation is also available in the MSP430 DriverLib User's Guide -"16-Bit Sigma Delta Converter (CTSD16) Chapter":
    dev.ti.com/.../

    Best regards,

    David
  • Hi David,

        Thanks for the links.

    The driverlib documentation mentions a channel association for the sigma delta ADC (CTSD16), extract as below:

    // Initialize converter 0: AD0+ / AD0- as input, 2s complement, channel 9

    CTSD16 initConverterParam convParam = f0g;

    convParam.converter = CTSD16 CONVERTER 0;

    convParam.conversionMode = CTSD16 SINGLE MODE;

    convParam.groupEnable = CTSD16 NOT GROUPED;

    convParam.inputChannel = CTSD16 INPUT CH9;

     

    I can't seem to find any real meaningful documentation as to how they relate.

    Perhaps I'm missing something since I can't seem to find a definitive section that illustrates the meaning of the

    - channels (0-18)

    - converters (0-6)

    - etc

    Is there a definitive document I could refer to?

    Thanks

**Attention** This is a public forum