This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

file format for data logging applications using ARM7

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.