Hi, I am trying to have a TXT file which stores some data. This data is to be read by the microcontroller. Where can I store such a file on the board.
If something similar to this has been done then please share.
Board: MCB2300 Processor: LPC2388 with ARM7
Thanks
Per Westermark:
Binary data would be a bit of a problem as we want Humans to be able to eventually read/write/modify the data.
BUT: worst case we can also work with this (though we prefer not to)
There would be alot of updating. But we dont really need a complex file system, just one datafile that can be used to store data (please see the other post to know what kind of data and what we want to do with the data)
I am ok with implementing external memory, but im not sure how to do it.
Still very new at this