victor_pv Sat May 16, 2015 8:49 pm EDIT: The new functions are integrated in the latest update of Roger’s repo. Check the .h file for a short explanation of the parameters ..
Nutsy Thu Aug 02, 2018 10:32 am Ive just come across a project that might require me to build on the Nucleo STM32L4 based board, and I’m unsure where this ..
bipsen Wed Nov 21, 2018 5:49 pm Hi I am considering to take a closer look at the Acelex STM32F407ZGT6 black PCB – but have some challenges. I tried to contact ..
ddrown Sun May 22, 2016 7:08 pm I have a use for ethernet directly on an MCU (not the wiznet boards or enc28j60). The stm32f407 has this, but I only have the f4 discovery ..
ag123 Wed Apr 12, 2017 5:04 pm in the STM core thread, michael wished upon a tiny STM32F4 board http://www.stm32duino.com/viewtopic.php … =20#p25900 michael_l ..
turboscrew Mon Jun 25, 2018 9:12 pm What’s the role of the boot loader? Does the image require it to get booted right? I’m about to try a little program ..
denis Mon Aug 29, 2016 8:58 pm A model of ST-link clone is done by baite: http://www.aliexpress.com/item/ST-Link- … 84886.html at price of $2.57. based on a stm32f103c8t6 ..
RogerClark Wed Jun 03, 2015 10:48 am 01. (Adafruit_ILI9341_STM) — SPI LCDs (SPI = Serial Peripheral Interface) based on ILI9341 controller. 02. (Adafruit_SSD1306) ..
victor_pv Mon Apr 27, 2015 7:11 pm ***Latest Update 04/10/2017*** The code in the official repo from Bill Greyman has now the support for the libmaple based core ..
SHARANYA Mon Dec 10, 2018 6:31 pm Hi all I am using a Nucleo L476RG board.My intention is to simply build a clock (not using any external RTC chips like DS3231).So,I ..
martinayotte Wed Jul 01, 2015 12:12 am Hi ! If your seen the other thread, I was stuck with a hangs on readOp(ENC28J60_READ_CTRL_REG, ESTAT) during ENC28J60 initialize(). ..
Ron Sun Nov 01, 2015 12:53 am Hello, I’m new to the forum, been using 8bit for several years. Decided to look at the 32bit stuff, but have some errors. 1) Using ..
zmemw16 Fri Sep 02, 2016 12:10 pm not sure what i was looking for on aliexpress, but this poo^Hpped up for £9.26 (yes i know its now 9p cheaper https://www.aliexpress.com/item/Free-sh ..
Just4Fun Thu May 17, 2018 2:19 pm Hi, today I’ve installed on a Win7 machine the last version (v4.2.0.0) of the STM32 ST-LINK Utility to use my ST-Link v2 clone. ..
doctek Sat Jul 21, 2018 12:06 am After some helpful input from this forum and some trial and error with commands, I got st-util and gdb to work perfectly last night. ..
MoDu Tue Nov 27, 2018 3:54 pm Cooperative multitasking for Arduino microcontrollers https://github.com/arkhipenko/TaskScheduler I’ve been using this fine and light ..
victor_pv Sun Mar 25, 2018 4:27 am I gave it a shot and modified the Adafruit MP3 library to run in the F1 mcus with 48KB or more of RAM and I2S interface. The original ..
mailhouse Tue Nov 01, 2016 12:42 am board is nucleo stm32f103rb, arduino.cc ide 1.6.12 any time i try to set an IRQ, the board crashes. comment out the IRQ assignment ..
kylix Sun Dec 03, 2017 7:55 pm Hello! I’m trying to use an RFM69HW module with the STM32F401RE board (the project is this: https://github.com/brainelectronics/RFM69-STM32). ..