2014-12-03 01: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!Mart2014-12-04 01: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.2014-12-04 06:04 AM
2014-12-04 06: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...
2014-12-04 06: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.2014-12-04 07:39 AM
Hi
Heisenberg,
any idea when the stm32f2 will get updated as well? It is lagging behind...2016-07-13 05: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.