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.
Part Number: MSP432P401R
As I want to have isolated measurement, I decided to use either AMC1304 (output is a bitstream) or AMC1301 (analog output). Therefore I can combine these with previously mentioned LaunchPads. In that regard, questions are the following:
For the MSP432 case, I'd suggest looking at the FATSD example, which reads/writes to an SD card using a SPI interface. There is a specific TI driver for doing this, called SDSPI, which is referenced in the source. Details of this API can be found in the TI Drivers API reference in Resource Explorer.
For the AMC1304 case, you would have to recreate a Sigma-Delta demodulation filter in software, which means you would be sampling the AMC1304's data output at a fairly high frequency while providing a continuous output clock to that device from the MSP430. I don't think you could bit-bang this interface (the CPU would be high utilized unless your clock frequency is relatively low). It's conceivable you could use a SPI to continuously stream data into the MSP430 as long as you don't miss any data-ready interrupts and thus lose data bits.
-Bob
**Attention** This is a public forum