Search the Community
Showing results for tags 'ADC14'.
-
Hi All, I need to make ADC14 measurements in the multi mode at a sample rate of 8 kHz, but would like to use Energia's Serial and I2C functions. I have a stand alone driverlib routine that works fine, and Energia code that works fine with the Serial, and I2C, however, I am having difficulty integrating them. I noticed that the ADC14CTL0 register is changed from what my routine called in setup() did. I started reading the code in Energia/emt/src/ti/runtime/wiring/msp432/, and it appears that I may need to modify it to make this work, but before I go hacking, I want advice. Is there a g
-
I am having an issue with the ADC14 peripheral of the MSP432 on the MSP432 Launchpad using Energia. Background: I've used "ordinary" Arduinos in the past to get things up and running quickly for test fixtures or one-off devices, but for MSP432 and most everything else I do I prefer Assembly and C languages. I thought I would try my hand at doing something in Energia, to see how it compared. My test project was simply to characterize the ADC14 because it has decent resolution and that could be useful in other projects, so I started out with the basic AnalogReadSerial example and got it