Page 2 of 2

Re: SD-Card Reader problem

Posted: Mon Jan 18, 2021 10:40 pm
by mannitb303
Sorry, but mostly i dont know how to explain my problem in english.
It is dependent which Board i use from the boardmanager if he uses the libmaple or the stm32 core?

on rogers core i select the generic STM32F103 board.
I program the Maple Mini Clone not via USB i program it via an Arduino Nano TX and RX Pin. Why? I want to build a Midi Controller out of the box with my own 32F103 board. I have to program the STM32 Chips when they are soldered on my Boards thats why i program it with Serial. If i select the Generic 32F103 Board i can use as uplad method Serial.
I hope u understand my explanation.

Thanks

Re: SD-Card Reader problem

Posted: Tue Jan 19, 2021 1:23 am
by mrburnette
mannitb303 wrote: Mon Jan 18, 2021 10:40 pm ...
on rogers core i select the generic STM32F103 board.
I program the Maple Mini Clone not via USB i program it via an Arduino Nano TX and RX Pin. ...
On Linux, serial upload, Maple Mini Clone, Roger's core will appear as:

Image

Image

Re: SD-Card Reader problem

Posted: Wed Jan 20, 2021 7:47 pm
by mannitb303
Hi,

its look like on my IDE. But i connected the Arduino Nano as Programmer.

But now it works. I do some tests writing an array to a file with the provided examples.

Thanks all.

Re: SD-Card Reader problem

Posted: Thu Mar 18, 2021 2:33 pm
by mordicus
Hi mannitb303,

Can you tell me how you got it working? I have been trying with the Baite maple mini for a couple of days and cannot get it to work.

What Arduino STM32 library do you use? I am currently trying with Roger Clarck library.
Which SPI port di you have it working on? 1,2 or 3?
Your working SDcard reader sketch would be nice.

Re: SD-Card Reader problem

Posted: Thu Mar 18, 2021 2:53 pm
by ag123
if you are using gremain's sd fat
you may want to take a look at this thread
viewtopic.php?f=7&t=911
but note that that is stm32f401ccu so the problems are likely different
note also that gremain has pretty much dropped support for libmaple (i.e. roger's or steve's core) so we're on our own