This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using msp430f5529 launchpad evaluation kit. I would like to read the values from glucose sensor and to store these adc conversion data into flash memory and display all previously saved data in a LCD. How can I do this? Is there any example program? Kindly help me. Thank You
Shafina:
You may need to combine some existing examples to get to your final solution.
Take a look at the msp430ware examples - mine are at
C:\ccs6\msp430\MSP430ware_1_97_00_47\examples\devices\5xx_6xx\MSP430F55xx_Code_Examples\C
There are 10 adc examples, and 4 flashwrite examples. From those, you may be able to at least get the first half done...
Second half - displaying the data to LCD probably has some similar example code, but you will need to explore.
Hopefully, that helps.
**Attention** This is a public forum