Can I operate SD card on STM32F030F4P6 via SPI interface ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-09 10:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-09 10:51 AM
Yes, see AdaFruit shield example in HAL F0 repository trees. ie unpack CubeF0
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-09 10:33 PM
Hi, can you offer more information (e.g URL).
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2019-12-10 06:31 AM
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'
Up vote any posts that you find helpful, it shows what's working..