Skip to main content
wy.2436
Associate
December 9, 2019
Question

Can I operate SD card on STM32F030F4P6 via SPI interface ?

  • December 9, 2019
  • 1 reply
  • 819 views

Someone have suggest ?

This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
December 9, 2019

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

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
wy.2436
wy.2436Author
Associate
December 10, 2019

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

Thanks.

Tesla DeLorean
Guru
December 10, 2019

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 VenmoUp vote any posts that you find helpful, it shows what's working..