I am trying to determine an easy way to store data externally. I will be storing upwards of 4GB of data in the field and then I want to bring the data back and download it on a computer for graphing. Here is a little more info on the project.
I am using the MSP430G2533 and plan on using the USCI register in SPI mode. I've looked into using an SD card but have not found a way to store raw bytes and then extract them on a computer using SD. There may be a way I just don't know of one.
I am currently using a Launchpad for my development and to date it has treated me well. My prototype board is set up and it measures everything I need I just have not way of strong and retrieving data at this point.
Any help of suggestions would be greatly appreciated.
Take care,
Jon