Effectively, I made a mistake with the SD library from Adruino
But SD card and STM32 seems to doesn't work propely.
I'm on spi2 and I have change pin mapping in SD.beging and Sd2PinMap.h.
But that still doesn't work
Edit:
Thank I have success to make the SPI2 work properly with :
SPI.setMOSI(PB15 ...
Search found 4 matches
- Sun Sep 27, 2020 5:52 pm
- Forum: STM32F1 based boards
- Topic: STM32F103C8T6 with SD Card
- Replies: 8
- Views: 20506
- Sun Sep 27, 2020 5:27 pm
- Forum: STM32F1 based boards
- Topic: STM32F103C8T6 with SD Card
- Replies: 8
- Views: 20506
Re: STM32F103C8T6 with SD Card
I have try with the official core and the STM32duino core
And I have test both Arduino SD and Adafruit SD but both give the same error
And I have test both Arduino SD and Adafruit SD but both give the same error
- Sun Sep 27, 2020 3:23 pm
- Forum: STM32F1 based boards
- Topic: STM32F103C8T6 with SD Card
- Replies: 8
- Views: 20506
Re: STM32F103C8T6 with SD Card
Hello,
Here is the full error message:
.pio\libdeps\genericSTM32F103CB\SdFat - Adafruit Fork\src\SpiDriver\SdSpiSTM32.cpp: In member function 'uint8_t SdSpiAltDriver::receive(uint8_t*, size_t)':
.pio\libdeps\genericSTM32F103CB\SdFat - Adafruit Fork\src\SpiDriver\SdSpiSTM32.cpp:78:10: error ...
Here is the full error message:
.pio\libdeps\genericSTM32F103CB\SdFat - Adafruit Fork\src\SpiDriver\SdSpiSTM32.cpp: In member function 'uint8_t SdSpiAltDriver::receive(uint8_t*, size_t)':
.pio\libdeps\genericSTM32F103CB\SdFat - Adafruit Fork\src\SpiDriver\SdSpiSTM32.cpp:78:10: error ...
- Sun Sep 27, 2020 1:48 pm
- Forum: STM32F1 based boards
- Topic: STM32F103C8T6 with SD Card
- Replies: 8
- Views: 20506
STM32F103C8T6 with SD Card
Hello,
I'm not able to use an SD card with an STM32F103C8T6 on Arduino.
I have test with HAL on stm32cube and all worked fine. My stm32 and my SD card work correctly.
I'am using the library Adafruit Fork SD.
I had some compilation error and after many correction. I have an error that I'm not able ...
I'm not able to use an SD card with an STM32F103C8T6 on Arduino.
I have test with HAL on stm32cube and all worked fine. My stm32 and my SD card work correctly.
I'am using the library Adafruit Fork SD.
I had some compilation error and after many correction. I have an error that I'm not able ...