acronis Mon Jul 31, 2017 5:43 am took the example from here: http://playground.arduino.cc/Code/FTP File transfer to FTP server is excellent. // #define FTPWRITE ..
vagaus Sat Aug 01, 2015 5:32 pm Hi. This is my first post! First of all I’d like to say thank you for all the people involved in getting STM32 boards to work ..
RogerClark Sat Jun 06, 2015 6:06 am I don’t know if this is just me, but SD seems really flakey The cardinfo demo seems really reliable, but the other demo’s ..
peppeve Sat Aug 15, 2015 1:27 pm When i try the examples included in this library the sketch get compiled without error (I change the definiscion pin for SS pin) ..
zoomx Wed Sep 09, 2015 10:44 am I just got an SPI ILI9341 TFT LCD so I wanted to try the STM32-O-Scope modified by ahull. I am using Arduino IDE 1.6.5r5 and the last ..
AS_Motion_Lab Thu Jan 10, 2019 11:40 am Hi all, I hope you guys can help! I’m using the TMC2130Stepper library to set various parameters of the amazing Trinamic ..
Buleste Tue Jan 24, 2017 4:34 pm I am trying to convert some Arduino Nano projects of mine over to the Maple Leaf Mini with the hope of combining them into one project ..
zmemw16 Tue Dec 22, 2015 1:02 pm in the Re: New SdFat library (with and without DMA) thread http://www.stm32duino.com/viewtopic.php?f=13&t=20 i found a discussion ..
Vicolaships Fri Apr 20, 2018 4:50 pm Hey there, I’m trying to setup a SPI slave with full-duplex DMA transfers on a Blue Pill. I want to be able to receive ..
maman Tue May 22, 2018 5:43 am Hello, Previously, I use esp8266 to connect to PN532 NFC module, using this library : https://github.com/elechouse/PN532 Now, I want ..
szilvasyz Sun Aug 13, 2017 11:08 am Hi All, (I am a new member here, so excuse me if my problem is not relevant here. If so, please write me, where to discuss my problem, ..
keypunch Sun Jun 18, 2017 9:10 pm I tried to compile a sketch I coded for Arduino for targets Maple Mini, Maple (Rev 3), Maple (RET6), and Generic STM32F103C. All failed ..
ofnicolson Sat Sep 17, 2016 7:49 am Hi everyone, I’ve been playing with Matthias’ USB MIDI library (code pulled during Sept), and I’m having a problem: ..
j-zero Thu Oct 22, 2015 5:19 pm Hello, I’m trying to use the RTC with a 32kHz Crystal on LSE my Maple Mini Clone. I can use LSI without problems, but it’s ..
Vassilis Mon Jun 08, 2015 11:45 am I saw that if you use a plain number pin (0, 1, 2, etc) instead of the PXXX syntax (PA0, PA1, PB2 etc) the compiler doesn’t ..
RogerClark Tue Jun 09, 2015 10:32 am This is a spin off thread from the issue with the SD lib Basically the issue is that in SPI, that pin PA4 is technically the hardware ..
Phono Sat Sep 24, 2016 8:50 am Hi, I have a strange behaviour with a SEEED W5200 shield I have an application using an Olimex STM32 board and a W5200 ethernet shield, ..
unuldinei Mon Feb 06, 2017 9:41 am Hello, I try to compile SPIFlash library for STM32F103C for read and wite an eeprom win25q64 (8MByte BIOS ) but i get thiss fatal ..
MrSupe Sun Jan 10, 2016 12:23 pm Could someone recheck my investigation… Function size_t EthernetClient::write(const uint8_t *buf, size_t size) always returns ..
Vassilis Mon Jun 22, 2015 8:14 pm I enabled the SPI_DEBUG in SPI.cpp file (Arduino_STM32\STM32F1\ libraries\SPI\src\SPI.cpp) and I noticed that is enabled by default ..