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.
Search found 8 matches
- Wed Jan 20, 2021 7:47 pm
- Forum: Maple & Maple mini etc
- Topic: SD-Card Reader problem
- Replies: 14
- Views: 35469
- Mon Jan 18, 2021 10:40 pm
- Forum: Maple & Maple mini etc
- Topic: SD-Card Reader problem
- Replies: 14
- Views: 35469
Re: SD-Card Reader problem
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 ...
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 ...
- Mon Jan 18, 2021 9:20 pm
- Forum: Maple & Maple mini etc
- Topic: SD-Card Reader problem
- Replies: 14
- Views: 35469
Re: SD-Card Reader problem
I installed both... Can this be the problem?
- Mon Jan 18, 2021 5:32 pm
- Forum: Maple & Maple mini etc
- Topic: SD-Card Reader problem
- Replies: 14
- Views: 35469
Re: SD-Card Reader problem
Sorry,
i dont change the PC2 Pin in the SPI.setMOSI. But if i change it to PB15 i got the same error from my Compiler. SPI does not name a type.
If i try
SPIClass SPI_2(PB15, PB14, PB13);
i got also a error from my Compiler.
CardInfo:37:32: error: no matching function for call to 'SPIClass ...
i dont change the PC2 Pin in the SPI.setMOSI. But if i change it to PB15 i got the same error from my Compiler. SPI does not name a type.
If i try
SPIClass SPI_2(PB15, PB14, PB13);
i got also a error from my Compiler.
CardInfo:37:32: error: no matching function for call to 'SPIClass ...
- Mon Jan 18, 2021 4:56 pm
- Forum: Maple & Maple mini etc
- Topic: SD-Card Reader problem
- Replies: 14
- Views: 35469
Re: SD-Card Reader problem
Thank you,
this is also what i found but i dont understand it. If i map the Pins with SPI.setMOSI(PC2); i got a error message from the Compiler:
SPI does not name a type
I also tried to use:
#define PIN_SPI_MOSI PB15 //SPI2
#define PIN_SPI_MISO PB14 //SPI2
#define PIN_SPI_SCK PB13 //SPI2
Dont ...
this is also what i found but i dont understand it. If i map the Pins with SPI.setMOSI(PC2); i got a error message from the Compiler:
SPI does not name a type
I also tried to use:
#define PIN_SPI_MOSI PB15 //SPI2
#define PIN_SPI_MISO PB14 //SPI2
#define PIN_SPI_SCK PB13 //SPI2
Dont ...
- Mon Jan 18, 2021 2:49 pm
- Forum: Maple & Maple mini etc
- Topic: SD-Card Reader problem
- Replies: 14
- Views: 35469
Re: SD-Card Reader problem
Wow,
Thank you very much. It is so easy.......
Why i didnt found that?
Can i use another SPI Port also? How i configure SPI2 Port?
It now works also with the SDFat Example......
Thanks
Thank you very much. It is so easy.......
Why i didnt found that?
Can i use another SPI Port also? How i configure SPI2 Port?
It now works also with the SDFat Example......
Thanks
- Mon Jan 18, 2021 12:37 pm
- Forum: Maple & Maple mini etc
- Topic: SD-Card Reader problem
- Replies: 14
- Views: 35469
SD-Card Reader problem
Hi all,
i got a Mable Mini Clone and want to build a MIDI-Controller. This is my first use of a 32F103 and anything works perfect, multiplexing encoders and potentiometers i connected a LCD Display but i can not get the SD-Card reader board with SPI Interface to work.
I used the Arduino SD-Example ...
i got a Mable Mini Clone and want to build a MIDI-Controller. This is my first use of a 32F103 and anything works perfect, multiplexing encoders and potentiometers i connected a LCD Display but i can not get the SD-Card reader board with SPI Interface to work.
I used the Arduino SD-Example ...
- Mon Jan 18, 2021 11:16 am
- Forum: Let us know a bit about you and your projects
- Topic: Hello from Germany
- Replies: 1
- Views: 2424
Hello from Germany
Hi,
iam Stefan from Germany and i build MIDI-Controller. Startet with an Arduino UNO but now running out of I/O Pins switched to an STM32.
Greets
Stefan
iam Stefan from Germany and i build MIDI-Controller. Startet with an Arduino UNO but now running out of I/O Pins switched to an STM32.
Greets
Stefan