LeifU 0 Posted November 4, 2016 Share Posted November 4, 2016 Hi I cannot make the ADC 16-bit to work on a launchpad with MSP430F2013: can someone explain how it works and/or send me a example? I previously used the 10-bit ADC with MSP430G2452 but needed better resolution so I switched to F2013. I use energia-0101E0017-linux64 and selected LaunchPad w/ msp430f3321 which seems to work for other things (blinking for instance) but analogRead does not. I would really appreciate some feedback... Leif Quote Link to post Share on other sites
Clavier 34 Posted November 4, 2016 Share Posted November 4, 2016 There is a "MSP430F20x3 Code Examples" package on TI's web site Quote Link to post Share on other sites
NurseBob 111 Posted November 4, 2016 Share Posted November 4, 2016 Leif: The SD16_A on the 2013 is very different, as you've learned. The specific examples you'll be wanting to look at from TI are: msp430x20x3_sd16A_01.c msp430x20x3_sd16A_02.c msp430x20x3_sd16A_03.c There's also code worth looking at on the TI wiki site HTH Bob Quote Link to post Share on other sites
LeifU 0 Posted November 5, 2016 Author Share Posted November 5, 2016 There is a "MSP430F20x3 Code Examples" package on TI's web site Quote Link to post Share on other sites
Clavier 34 Posted November 5, 2016 Share Posted November 5, 2016 If the Energia libraries do not have support fo the SD16 module, then your only choice is to program the registers directly. Which is what these examples show. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.