LabVIEW Embedded

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use SD card on blackfin BF548 EZLITE kit?

How can I usew the SD card on the BF548 EZLITE Kit to store data with the labview embedded Module for blackfin? I would prefere a Fat or fat32 format.
0 Kudos
Message 1 of 3
(6,838 Views)

Hi Jolos,

 

currently we do not support the onboard SD card-slot. So it's not possible to access the card with LabVIEW directly. 

 

 

The only way using such a card is connecting it to the SPI-interface. But you have to write everything from the scratch: The protocol and the file-system-driver.

 

Here are some additional links: 


http://forums.ni.com/ni/board/message?board.id=420&thread.id=607&view=by_date_ascending&page=1

 

http://digital.ni.com/public.nsf/allkb/3B491BA5245BAA45862575590082E8C4?OpenDocument 

 

 

With best regards

 

Ralf N.  

National Instrument 

Application Engineering

0 Kudos
Message 2 of 3
(6,820 Views)

Thank you Ralfn,

we need to decide on our board design and it would be dissapointing to lose a SPI and not to use the nice SD-card interface of the BF548.

I tested successfully the shell browser example in the VDSP++ environment with the SD-card. Is it possible to use code fragments from the shell browser or multimedia SDK in Labview to communicate with the SD card?

Is NI planning to implement SD card support in the near future?

 

Best Regards, JOLOS

 

 

0 Kudos
Message 3 of 3
(6,818 Views)