Spark Logic
  • Home
  • Arduino for STM32
  • All other boards
  • Bootloaders and cores
  • GD32F103 boards
  • STM32F103 Boards
  • STM32F3 Boards
  • STM32F4 Boards
  • STM Nucleo boards
  • Code snipplets
  • Custom design boards
  • IDE’s
  • Ideas & suggestions
  • Installation and OS related
  • Libary request
  • Hardware
  • Libraries & Hardware
  • Libraries & Hardware1
  • Maple & Maple mini etc
  • Off topic
  • PR’s bugs and enhancements
  • Problems with libraries
  • Projects
  • Uploaders and debuggers
  • Working ported libraries
  • Uploaders and debuggers
    11/30/2019

    Bootloader’s role?

    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 ..

  • Uploaders and debuggers
    11/30/2019

    ST-link clone by baite

    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 ..

  • Working ported libraries
    11/30/2019

    List of libraries in the repo

    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) ..

  • Working ported libraries
    11/30/2019

    New SdFat library (with and without DMA)

    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 ..

    [Pending Enhancement] RTC values resetting
    STM Nucleo boards
    11/30/2019

    [Pending Enhancement] RTC values resetting

    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 ..

  • STM32F4 Boards
    11/30/2019

    ENC28J60 on Netduino2Plus

    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(). ..

  • STM32F4 Boards
    11/30/2019

    "STM32 Discovery F407" Error compiling

    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 ..

  • STM32F4 Boards
    11/30/2019

    What price this? /stm32/f407vet6

    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 ..

    Uploaders and debuggers
    11/30/2019

    [SOLVED] Warning!: FW upgrade broke ST-Link v2 dongle

    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. ..

  • Uploaders and debuggers
    11/30/2019

    [SOLVED] st-util & gdb worked once – now dies

    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. ..

  • Working ported libraries
    11/30/2019

    [PORTED] TaskScheduler

    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 ..

  • Working ported libraries
    11/30/2019

    [libmaple]Adafruit MP3 native decoding with F103xC/D/E/F/G MCU

    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 ..

    Interrupts in HAL core for STM32F1 broken or daft programmer??
    STM Nucleo boards
    11/30/2019

    Interrupts in HAL core for STM32F1 broken or daft programmer??

    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 ..

  • STM32F4 Boards
    11/30/2019

    STM32-RFM69

    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). ..

  • STM32F4 Boards
    11/30/2019

    [libmaple] SDIO

    stevestrong Sun Jun 18, 2017 5:20 pm Hi all, I finally managed to bring the SDIO files in an acceptable form to be published. It works with 24MHz clock and 4bits ..

  • STM32F4 Boards
    11/30/2019

    Problems with I2C on F407VGT6

    stm32_discoverer Tue Feb 12, 2019 11:44 am Hi everyone, I have a question about the I2C bus on the Board F407VGT6 Blackboard.I am using Arduino IDE 1.8.6, stm32core ..

  • Uploaders and debuggers
    11/30/2019

    Some pins not usable when using ST-Link ?

    rolo644u Thu May 26, 2016 4:59 pm I’m experiencing a strange effect when using ST-LINK as upload tool. Some I/O pins are not usable (PB3, PB4, PA15, PA12, ..

  • Uploaders and debuggers
    11/30/2019

    Black Magic Probe on an stm32f103c8

    Rick Kimball Sat May 16, 2015 1:08 am 11/07/2017 – I attached a binary that can be loaded onto your blue pill in this post: viewtopic.php?f=37&t=2801 12/3/2016 ..

  • Working ported libraries
    11/30/2019

    ILI9341 (with and without DMA support)

    victor_pv Mon Apr 27, 2015 4:04 pm Available here, until thoroughly tested, then will send a pull or merge or something to Roger: https://github.com/victorpv/TFT_ILI9163C ..

    Timer as Encoder
    Working ported libraries
    11/30/2019

    Timer as Encoder

    bubulindo Fri Sep 11, 2015 10:57 am Hello, It’s my first post here. I’ve played with the Maple boards before for some time (writing one of the RTC libraries ..

Older Entries ›
‹ Newer Entries

Spark Logic

  • Home