2016-05-29 03:23 AM
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¤tviews=3435
null2016-05-29 05:51 AM
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 andhttps://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.2016-05-29 08:44 AM
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.2016-05-29 04:28 PM
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.