LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

how connect sd card to lpc2468

hi all ! how physically (wires) connect sd card to the lpc2468, so that you can use this scheme:

 

Безымянный.jpg 

0 Kudos
Message 1 of 4
(6,334 Views)
Could you please give ready working hex for flashing lpc2468 thanks
0 Kudos
Message 2 of 4
(6,329 Views)

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

 

District Sales Engineer
0 Kudos
Message 3 of 4
(6,302 Views)

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

 

District Sales Engineer
0 Kudos
Message 4 of 4
(6,300 Views)