SDCard on STM32F7-Disco

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
JF002
Posts: 6
Joined: Sat Nov 05, 2016 6:23 pm
Contact:

SDCard on STM32F7-Disco

Post by JF002 » Mon Nov 07, 2016 9:05 pm

Hello,

I'm trying to make the SD card work on the board STM32F7-Disco. Is the support for SDCard implemented on this board?

I formatted a 8GB µSDcard in FAT32, plugged it in the µSD slot of the board and issued a soft reset (CTRL+D).

The following message is printed on the REPL :

Code: Select all

PYB: sync filesystems
PYB: soft reboot
PYB: can't mount SD card
MicroPython v1.8.5-117-g3ccdbf7-dirty on 2016-11-05; F7DISC with STM32F746
Type "help()" for more information.
It seems that it detects the SDcard, but cannot mount it. Any idea why?

Thanks!

User avatar
dhylands
Posts: 3821
Joined: Mon Jan 06, 2014 6:08 pm
Location: Peachland, BC, Canada
Contact:

Re: SDCard on STM32F7-Disco

Post by dhylands » Tue Nov 08, 2016 1:02 am

I seem to recall that there might be some DMA issues related to that.
https://github.com/micropython/micropython/issues/1677
Looks like its still open.

Post Reply