10-08-2011 04:03 AM
hi all ! how physically (wires) connect sd card to the lpc2468, so that you can use this scheme:
10-08-2011 04:37 AM
10-14-2011 12:46 PM
Hi Sergiv,
When you ask about physically wiring, do you mean how to attach the SD card to the board? To figure this out, you would look at the Pinout Description for both the LPC2468 and the SD card you are using.
To determine the hex code, you can write the code in LabVIEW, convert it to C code, and then to hex code which you can then deploy to the target. As Justin told you in this thread, Microprocessor SDK makes the C code from the LabVIEW code. Once you have that you need a compiler to put in on the LPC2468. Keil is the compiler that we package with the LabVIEW Embedded of ARM, and is what I would recommend since we have already done a bunch of the work for you.
Please let me know if you have any further questions. Thanks!
~kgarrett
10-14-2011 12:51 PM
Hi Sergiv,
This is a good resource that explains generally how to wire an SD to a Microcontroller: Interfacing to an MMC or SD Card via SPI Granted, it is not the same microcontroller you are using, but it tells you the general process complete with wiring diagrams. Hope this helps!
~kgarrett