FATFs + stm32 + HAL cube library + SPI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-03 1:02 PM
Hi,
is there any code example for such a setup? I can find many example using the SDIO ( I wish I could )thanx!Mart- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-04 1:30 AM
Hi Mart,
Which STM32 family are you using ? You can find such setup within the STM32Cube_FW under Projects\STM32xxx-Nucleo\Demonstrations project using an STM32 Nucleo board with the Adafruit Shield. The SD card is interfaced using SDIO emulation via SPI.Regards,Heisenberg.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-04 6:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-04 6:10 AM
There is no such folder in the STM32Cube_FW_F2_V1.1.0... and not in STM32Cube_FW_F4_V1.1.0.. will download the latest F4...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-04 6:23 AM
The STM32Cube_FW_F4_V1.3.0 package is including such setup.
You can dowload the latest STM32Cube_FW pachages fromhttp://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897
.Regards,Heisenberg.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2014-12-04 7:39 AM
Hi
Heisenberg,
any idea when the stm32f2 will get updated as well? It is lagging behind...- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-07-13 5:32 AM
Hi,
I had the same needs as Mart and never thought to look in the demonstration directory (was getting some results by merging examples but it wasn't working that great) but that's exactly what I was looking for. Thanks for the hint Heisenberg.