wanamaa
Newbie level 2

Hello,
I'm new to programming the LPC2378 Bluescreen. I have been able to load sample programs provided by ThaiEasyElec.net using Keil µVision 4 and a JTAG debugger. I am using this board for a senior project and am kind of stuck:
What I want to do is have a text file on my SD card, and have the microcontroller look for a value in the text file, load it into memory, and store it in a variable to use for calculations. I also want to write a text file to the SD card that can store various variable values. The example I'm using can see that there is a text file on the SD card, but it doesn't read text from it (if that makes any sense). Can anyone help me get started, preferably with a simple sample program that can read from a text file and write to a text file?
I'm new to programming the LPC2378 Bluescreen. I have been able to load sample programs provided by ThaiEasyElec.net using Keil µVision 4 and a JTAG debugger. I am using this board for a senior project and am kind of stuck:
What I want to do is have a text file on my SD card, and have the microcontroller look for a value in the text file, load it into memory, and store it in a variable to use for calculations. I also want to write a text file to the SD card that can store various variable values. The example I'm using can see that there is a text file on the SD card, but it doesn't read text from it (if that makes any sense). Can anyone help me get started, preferably with a simple sample program that can read from a text file and write to a text file?