Skip to main content
martingingras9
Associate III
December 3, 2014
Question

FATFs + stm32 + HAL cube library + SPI

  • December 3, 2014
  • 6 replies
  • 1504 views
Posted on December 03, 2014 at 22:02

Hi,

is there any code example for such a setup? I can find many example using the SDIO ( I wish I could )

thanx!

Mart
    This topic has been closed for replies.

    6 replies

    Montassar BEN ROMDHANE_O
    Visitor II
    December 4, 2014
    Posted on December 04, 2014 at 10:30

    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.

    martingingras9
    Associate III
    December 4, 2014
    Posted on December 04, 2014 at 15:04

    stm32F217

    martingingras9
    Associate III
    December 4, 2014
    Posted on December 04, 2014 at 15:10

    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...

    Montassar BEN ROMDHANE_O
    Visitor II
    December 4, 2014
    Posted on December 04, 2014 at 15:23

    The STM32Cube_FW_F4_V1.3.0 package is including such setup.

    You can dowload the latest STM32Cube_FW pachages from 

    http://www.st.com/web/catalog/tools/FM147/CL1794/SC961/SS1743/LN1897

    .

    Regards,

    Heisenberg.

    martingingras9
    Associate III
    December 4, 2014
    Posted on December 04, 2014 at 16:39

    Hi 

    Heisenberg,

    any idea when the stm32f2 will get updated as well?  It is lagging behind...

    bet
    Associate II
    July 13, 2016
    Posted on July 13, 2016 at 14:32

    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.