What we have:
MSP430F5529
MSP430G2
CCS (the latest version I believe) as the interfacing software
Problem: We need to log information obtained from the ADC ideally into a text file.
Methods used: We have been trying to use UART to communicate through the USB to the computer host, but we have not been able to print it to a terminal, much less port the output to a text file. We have modified the options to get printf() to work on the CCS console, which wasn't our end goal.
Overall Question: Is there an easy (non-roundabout) way to doing this? If so, how do we do it? Example code? If these models are insufficient or difficult to work with in relation to doing this, which MSP model would you suggest in performing this operation? Is this a software issue, as in CCS drawbacks? Any help, suggestions, and example code would be appreciated. Thanks bunches.
