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.
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 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