LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview embedded ARM SPI interface for MCB2300 boards

Hi,

I am trying to program SD card using labview embedded module. I have MCB2300 board (ARM 7). Is there any example VIs to program SD card using SPI interface ? Any ideas to do it.

Thanks,

Arun.
0 Kudos
Message 1 of 4
(3,775 Views)
Hi Arun,

Currently, we dont have any examples for SPI. But I will try and get you some help on this.

-Jaidev
Senior Product Manager
National Instruments
Message 2 of 4
(3,709 Views)
Thanks Jaidev.
0 Kudos
Message 3 of 4
(3,701 Views)
Hi Arun,

This should help you a little:

http://www.keil.com/mcb2300/mcb2300-schematics.pdf

The data sheet shows a Pin description in section 6.2. The SPI pins are of course muxed, but it looks like they are all reachable:

pin 86: MOSI
pin 87: MISO
pin 89: SCK
pin 90: SSEL

TO program in LabVIEW, you can use the SPI VIs that are included in the module.

-Jaidev
Senior Product Manager
National Instruments
Message 4 of 4
(3,687 Views)