Hi everybody,
I just started getting into this and am a total beginner, so please bear with me.
I have pieces of c code that I want to run on the MSP430 eZ430-F2013 and I am using the IAR Embedded Workbench IDE to download to the MSP430. I am not utilizing the ADC right now, but I need a way to input data to test the c code. Is it at all possible for the compiler to grab data from i.e. a text file located on my desktop to work on? I imagine that the data needs to be downloaded to the MSP430 at one point in time.. Or will I just have to copy and paste the data into the code?
Thanks for any advice. I very much appreciate it.