We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hello... I wish to access data stored on LPC2148 flash through PC in text format .I am programming LPC2148 as USB mass storage device and want to store my real time data acquired through ADC on the flash before its pluged as USB device(data logging). So I wish to know file format in which data should be stored in flash.
I wish to access data stored on LPC2148 flash through PC in text format
Which kind of data you had stored in flash?
you may access data (of ANY kind) using pointer variables.
Flash is just the storage device if you have not configured any file system for flash. So you can directly read the data in format which you have used to store that data.