cancel
Showing results for 
Search instead for 
Did you mean: 

FATFs + stm32 + HAL cube library + SPI

martingingras9
Associate II
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
6 REPLIES 6
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 II
Posted on December 04, 2014 at 15:04

stm32F217

martingingras9
Associate II
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...

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