cancel
Showing results for 
Search instead for 
Did you mean: 

SDio add-on?

LMI2
Lead
Posted on May 29, 2016 at 12:23

I read that there is an SDIO add on card for the 407 Discovery card. Can somebody give a link to it. I could clone the board and code.

Is this current? From Clive1.

/public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https://my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Basic%20SDIO%20on%20F4%20discovery%20board&FolderCTID=0x01200200770978C69A1141439FE559EB459D75800084C20D8867EAD444A5987D47BE638E0F&currentviews=3435

null
3 REPLIES 3
Posted on May 29, 2016 at 14:51

For the STM32F4-Discovery I've migrated to the configuration used by the

http://www.cs.hs-rm.de/~kaiser/1313_canacademy/STM32F4DIS-BB%20User%20Manual.pdf

break-out board.

I've updated the code I use, and have newer versions of FatFs.

There are also more recent boards like the

http://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-discovery-kits/32f469idiscovery.html?ecmp=tt3042_gl_social_nov2015

and

https://www.ghielectronics.com/catalog/product/535

that come with MicroSD slots directly on board. The code tends to need tailoring to the specific GPIO being used to detect the cart in the socket for a particular board design.

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..
LMI2
Lead
Posted on May 29, 2016 at 17:44

Very good. Thanks.

Edit:

We need video capabilities too. And there seems to be display and video cap. too on that board. Is the board fast in decoding the video. Could it drive a larger display.

Posted on May 30, 2016 at 01:28

The F407 is probably a poor choice for video/camera use cases. The newer F7 and F4 parts have better display handling characteristics. Video decode is something that needs efficient codecs, especially with high resolutions or frame rates, not something I think the Cortex parts are well suited. The new F7 has a JPEG codec.

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