cancel
Showing results for 
Search instead for 
Did you mean: 

Micro sdcard or external USB drive interface to Nucleo Boards

darla14
Senior
Posted on January 20, 2016 at 19:49

Hi,

Request to please point to the link and example code for accesing the file system for externaly connected memory drive like memory card,micro sd card , usb pen drive or any ST specific component/evaluation board/shield.

Thanks in advance ,

Rgds,

Rp
5 REPLIES 5
Posted on January 20, 2016 at 22:28

Which Nucleo board, they make at least 3 variants (32, 64, 144) across several models of STM32 part.

I've used MicroSD cards via SPI on a shield like

http://www.ebay.com/itm/free-shipping-GPS-shield-for-Arduino-NEO-6M-development-kits-Ublox-NEO-6M-UNO-/262212315060

.

I've work with other people who have removed the L15x part and replaced it with another supporting SDIO connectivity.

The Nucleo144 seems to provide pins to support SDIO.

I've posted MSC and FATFS examples for the STM32F4-DISCO that might be portable, and there are SDIO examples as part of the F4 SPL packages.

I think there should be a couple of SPI MMC/SD card examples around, which should be portable.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
darla14
Senior
Posted on January 21, 2016 at 05:22

It is STM32F4 Nucleo Board.Can you please point to the STM32F4-DISCO example and h/w connections figure.I will try to port it to STM32F4.

Thanks in advance ,

Rgds,

Rp
re.wolff9
Senior
Posted on January 21, 2016 at 11:01

There are at least two different STM32F4 nucleos..... 

darla14
Senior
Posted on January 22, 2016 at 01:21

Googling my own posts

[DEAD LINK /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/sdio%20fatfs%20speed%20problem&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&currentviews=1226]https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/STM32Discovery/sdio%20fatfs%20speed%20problem&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F¤tviews=1226

https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/STM32%20sdio%20sdhc%204gb%20problem&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506F5B&currentviews=7447

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..