
mephisto000 Fri Dec 21, 2018 8:17 am Hello everybody, i use the library from Steve, https://github.com/stevstrong/Adafruit_ … 8bit_STM32 My Pin setup (i use the USB-Port ..
stevestrong Mon Dec 26, 2016 11:28 am Hi all, I was lately trying to improve some SPI functions (speed optimization). I mostly used the new SDfat beta and everything ..
kallamash Sun Jan 21, 2018 1:56 pm Hi, my setup is maple mini clocked to 128Mhz, SPI(1) is driven by clock interrupt, feeding sregs and DACs. SPI(2) is feeding OLED ..
arpruss Tue Aug 14, 2018 8:02 pm I’ve got a question for users of my USB Composite library. Background to the question: Currently, the library works like many ..
empirejrz Tue Jun 27, 2017 6:40 am Good day everyone. I am beginner. I want to use STM32F103C8. Please introduce about How to connect STM32F103C8 with TFT 320QVT ..
heisan Sat Aug 04, 2018 7:25 pm (Using Roger’s core) Playing around today, I noticed something quite interesting: In libmaple’s spi_tx: while ( (regs->SR ..
ericosowski Sun Oct 28, 2018 4:41 pm Hello guys, I’m new with STM32 and I’m in trouble with a TFT 3.5″ UNO SHIELD as show at the attached image, ..
octavio Wed May 31, 2017 12:06 pm Actually i have this code that does not compile because “timer->dev” is private, what is the correct way to do it? timer_dma_enable_trg_req(timer->dev); ..
stevestrong Tue May 01, 2018 6:28 pm I have reworked the SPI DMA functions: https://github.com/stevstrong/Arduino_S … 9bad4f52de Changes: – some cleanup ..
BennehBoy Thu Mar 02, 2017 9:43 am HI, I was hoping to use an off the shelf menu system for one of my projects, this one seemed to offer some of the best features: ..
arpruss Sun Feb 04, 2018 3:05 pm If I include a single header file from a library, as far as I can tell all the code and data from the library gets linked in, even ..
p2baron Sun May 13, 2018 10:31 am Is there anyone having stability issues with the UIPEthernet library? I’m doing a project which involves reading a modbus ..
FurkanCetin Sun Sep 20, 2015 12:16 pm Hi friends In near future, I’ll start designing my PCB for STM32 Smart Watch project. I am curious about using MURATA ..
paksoft Fri Nov 03, 2017 10:05 am Hello Dude, I’m new to FreeRTOS and studying the book from FreeRTOS. I’m trying to test Idle hook function, so I need ..
tfried Wed Mar 14, 2018 3:35 pm Well, this is not the first time the issue has come up (see e.g. here: viewtopic.php?t=1040): Some graphics drivers in the stm32duino ..
primateio Thu Oct 06, 2016 8:20 pm I have been working on a project where I use a NodeJS program with node serialport to send image data over usb to a custom Maple ..
BrotherV Fri Dec 04, 2015 12:52 pm Hi Arduino does not support “REAL” parallel tasks (aka Threads), so I want to introduce ArduinoThreads library. Multithreading ..
stevestrong Thu Jan 05, 2017 7:54 pm I have a Web server application running on the BP, attached a W5500 board and an SD card, SdFat beta taking care of. The HTML ..
octavio Tue Sep 12, 2017 2:46 pm https://github.com/octavio4/parallel-output-stm32 This library is non blocking ,it uses dma and irq to send the data while the main ..
Jimbo13 Sun Feb 11, 2018 5:23 pm I have tried without success to use the FlashDiagnostics example from this library to test a Winbond 25Q80 SPI flash from a blue ..