Hello,
I'm new to firmware development. I have a custom board design with an MSP430FR5969 and ADS7142, programming with Energia, MSP430-FET, JTAG if it matters.
I would like some barebones starter code to configure my ADS7142 and enable I2C communication with my MSP430.
The only thing I can find is this http://www.ti.com/lit/an/sbaa288a/sbaa288a.pdf and associated code (e.g. TM4C1294_ADS7142_Functions.c)
Can I use this code on an MSP430 device? Is there any other barebones firmware that will run on Energia?