cancel
Showing results for 
Search instead for 
Did you mean: 

Can I operate SD card on STM32F030F4P6 via SPI interface ?

wy.2436
Associate

Someone have suggest ?

3 REPLIES 3

Yes, see AdaFruit shield example in HAL F0 repository trees. ie unpack CubeF0

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Hi, can you offer more information (e.g URL).

Thanks.

CubeF0 https://www.st.com/en/embedded-software/stm32cubef0.html

STM32Cube_FW_F0_V1.10.1\Drivers\BSP\Adafruit_Shield\stm32_adafruit_sd.c

STM32Cube_FW_F0_V1.10.1\Drivers\BSP\STM32F0xx-Nucleo\stm32f0xx_nucleo.c SPI Layer

STM32Cube_FW_F0_V1.10.1\Projects\STM32F030R8-Nucleo\Demonstrations\Src\fatfs_storage.c

STM32Cube_FW_F0_V1.10.1\Projects\STM32F030R8-Nucleo\Demonstrations\Src\main.c

Try greping source for 'SDCard_Config'

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..