rmunny
Newbie level 6
Hello,
I have a .CSV file having around 1000 data. Those are the data collected from a 12 bit ADC. So they are like 4095, 2000, 1000, 1798, 3578 and so on. I need to read the file (Just for information I am using code composer studio) and store the data into array. So that I can utilize the data from the array for further processing. I got few C code online but due to lack of comment I don't understand how those work or beyond my level of understanding. Please help me sharing an example C code which has enough comment or any sugession how can I write a code by myself is highly appreciated.
Thanks
I have a .CSV file having around 1000 data. Those are the data collected from a 12 bit ADC. So they are like 4095, 2000, 1000, 1798, 3578 and so on. I need to read the file (Just for information I am using code composer studio) and store the data into array. So that I can utilize the data from the array for further processing. I got few C code online but due to lack of comment I don't understand how those work or beyond my level of understanding. Please help me sharing an example C code which has enough comment or any sugession how can I write a code by myself is highly appreciated.
Thanks