Juliana 0 Posted October 4, 2019 Share Posted October 4, 2019 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? Quote Link to post Share on other sites
StefanSch 10 Posted October 7, 2019 Share Posted October 7, 2019 May have a look at this post: https://e2e.ti.com/support/data-converters/f/73/t/639597?ADS7142-Library-or-I2C-details-for-ADS7142 Quote Link to post Share on other sites
Juliana 0 Posted October 7, 2019 Author Share Posted October 7, 2019 I had seen that thread and it might eventually help but it does not include any configuration code for the ADS7142, nor any configuration code for hardware I2C pins on the MSP430FR5969. Currently I can't even get I2C working on the hardware I2C pins of my launchpad - both SCL and SDA lines are held high. In any case if no such starter code exists I will work on figuring it out myself. Thanks 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.