Part Number: MSP430F5438A
Other Parts Discussed in Thread: MSP430WARE, MSP-FET
Hello,
I have been trying to read a file containing 1000 signed data. The file is stored in a PC. I am using MSP430F5438A and my IDE is Code Composer Studio (CCS). In my code I am trying to read the 1000 data and do some processing and then finally I like to write those processed 1000 data in another file in the PC. How can I handle all of this? It looks like C type file read-write coding is not working here as the MSP430 doesn't have any file system. Anyone, please help if you know how to handle this.
Thanks,
Row