Skip to main content
CAlbe.2
Associate II
September 29, 2022
Question

How can I log (read and write) data to an SD card on an STM32L0 or L1 or any STM32 for that matter over SPI.

  • September 29, 2022
  • 0 replies
  • 1012 views

I've been furiously googling for days and I can only find random libraries that people have written and most have been abandoned or are just so complex I cant get it working.

All I want to do is to log a line of data to a file on an SD card with the filename being the date. And then be able to read the file's data at a later stage.

A fairly simple task on an Arduino using their library but seemingly very difficult on an STM32. I've watched the digikey video on SPI on an STM32 which is fantastic so I have a handle on that but have no idea how to actually talk to the SD card.

I know I can program this with the Arduino IDE but the STM32 has so many capabilities that I would give up by not using CubeIDE.

Help on this would be much appreciated. I feel there should be a relatively simple solution I'm just not finding it.

Thanks

This topic has been closed for replies.