LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

SD card interface with MCB2300

Hey,

I was wondering if there is anyway to interface with the SD card reader that came with the MCB2300 board with Labview.  The SD card doesn't seem to be using the SPI interface.

 

Thanks for your help.

DZ 

0 Kudos
Message 1 of 2
(7,292 Views)

Hi DZ,

 

The short answer is, yes you can interface to an SD card using the MCB2300 using LabVIEW.   The long answer will require a decent amount of work upfront before you will be able to implement these function in LabVIEW.  

 

Keil provides tools for  connecting to an SD card with the LPC2378 chips and an example using the MCB2300.  Unfortunately to access these libraries you will need the RealVIEW Real-Time Library (RL-ARM), which requires purchasing an additional license for this software.

 

Once you have necessary libraries you will need to build up the driver VIs in LabVIEW using the Inline C Node, which can easily wrapped into a new subVI.  

 

Here are some links to get your started:

RL-ARM SD/MMC File Demo for MCB2300

MCB2300: DMA FAILS ON SD/MMC INTERFACE

 

Using the Inline C Node

 

Let me know if you have any additional questions.

 

Cheers,

Mark 

 

 

Message Edited by BLAQmx on 03-27-2009 10:40 AM
Mark
NI App Software R&D
0 Kudos
Message 2 of 2
(7,279 Views)