Page 1 of 1

Which core have I ?

Posted: Wed Sep 09, 2020 1:47 pm
by vshr
Bonjour, hello.

I am new to the STM32duino core. The answer to my questions is probably distributed in the answers of this forum but for more security I ask a global question to have a global answer.

When downloading core without any settings on the following platforms
- Arduino ide
- PlatformIO

What is the default version:
- Mapple project?
- STMicro project?

Subsidiary question :
I can develop with arduino IDE or with platformIO or with Mbed.
Which library can I use for an SD card (module 3.3V) with a blue Pill

Thank you for your answers.

French response accepted.

Re: Which core have I ?

Posted: Wed Sep 09, 2020 2:33 pm
by fpiSTM
Hi, for PIO I think by default it is the STM32 core: https://github.com/stm32duino/Arduino_Core_STM32
For Arduino, well it depends on the core you want to install, they can also be both installed.
For SD card module you could simply use the SD example from Arduino as it is based on SPI it is fully compatible with the STM32 Core. For Maple on I think it provide the ported SD library.

Re: Which core have I ?

Posted: Wed Sep 09, 2020 6:51 pm
by vshr
Thanks
Merci.

I will try with arduino.
I prefer platformio but with plaformIO, so far I only found STM32SD library which uses sdio which is not available on stm32f103
But this is not because I have not found anything that STM32Sd there is not another library. :D
Thanks to gogole translate.

Re: Which core have I ?

Posted: Wed Sep 09, 2020 7:25 pm
by fpiSTM
Attention STM32SD est une librairie pour des cartes SD connectée sur SDIO ou SDMMC pas SPI.