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
  • Bootloaders and cores
    11/30/2019

    Installing Arduino_Core_STM32 git sources into Arduino IDE

    troth Tue Jun 13, 2017 3:21 am I have installed Arduino_Core_STM32 using the Board Manager successfully, but have found a bug in the SPI class. Before I submit a bug report ..

  • Bootloaders and cores
    11/30/2019

    beginTransaction in SPI library

    tve Fri Aug 10, 2018 4:31 am I’m trying to grok what ‘beginTransaction’ does in the SPI library. It has nothing to do with transactions, right? ..

  • Bootloaders and cores
    11/30/2019

    I2C Examples

    zmemw16 Thu Apr 27, 2017 11:05 am I2C Scanner code is the discovery scanner with their specific I2S stuff etc commented out i have a tmp102 and a 128×64 0.98 ..

  • Code snipplets
    11/30/2019

    Another interesting use of placement new

    Rick Kimball Sun Jun 07, 2015 3:59 pm In another thread, I had made brief mention of using placement new to delay the constructor call of an object. However, it isn’t ..

  • Code snipplets
    11/30/2019

    adjusting for RTC drift

    ag123 Tue Nov 27, 2018 3:38 pm edit: this now has its own examples and library posted on github https://github.com/ag88/stm32duino_rtcadj more details here viewtopic.php?f=18&t=4365&start=10#p51483 ..

  • Code snipplets
    11/30/2019

    Reverse engeneering a RF remote

    Rintin Fri Jan 29, 2016 5:58 pm Hi, I’ve got this RF mini controller for the WS2812b. I figured out that it sends on 433Mhz. I connected one of these Rf-receivers ..

  • Arduino for STM32
    11/30/2019

    [SOLVED] AVR SREG emulation

    peppeve Thu Jun 09, 2016 4:38 pm Arduino: uint8_t sreg = SREG; cli(); // critical region SREG = sreg; mrburnette Thu Jun 09, 2016 5:48 pm STM32F103 has status registers. ..

  • Arduino for STM32
    11/30/2019

    New to STM32 and projects on it

    davemorl Wed Sep 06, 2017 5:25 pm Hi all, This is my first post on here so firstly I would like to say a hello to everyone. I have some questions about stm32 and arduino. ..

    ST-Link and Jlink
    Arduino for STM32
    11/30/2019

    ST-Link Vs Jlink

    MartynC Wed Nov 22, 2017 6:01 am Hi What are the differences between ST-Link and Jlink and can Jlink be used to program the STM32F103 boards? RogerClark Wed Nov 22, 2017 ..

  • Arduino for STM32
    11/30/2019

    STM32F103 performance when using non blocking DMA

    racemaniac Fri Jun 16, 2017 7:52 pm I see DMA being used more and more on this forum, and one topic that gets mentioned from time to time is that when using DMA not blocking, ..

  • Arduino for STM32
    11/30/2019

    VGA Space invaders on bluepill

    goran.mahovlic Thu Jun 08, 2017 7:12 pm Im trying to get https://www.artekit.eu/space-invaders-for-stm32/ working on bluepill but im failing I have just make small ..

  • Bootloaders and cores
    11/30/2019

    How to build the bootloader?

    navintiwari08 Sat Aug 22, 2015 4:34 pm Hi!! this is Navin. I’ve worked with 8 bit micro controllers including PIC, 8051 and AVRs(with Arduino). I really wanted ..

  • Bootloaders and cores
    11/30/2019

    Need help, Bricked Chinese Mini Maple

    Nutsy Sun Jul 24, 2016 4:37 pm I’ve been struggling to upgrade the Chinese Maple Mini i got off ebay to the new boot loader. I’ve tried using rogers ..

  • Bootloaders and cores
    11/30/2019

    [STM32GENERIC] SDIO DMA

    victor_pv Sun Apr 30, 2017 11:25 pm Seems like adding DMA to the SDIO library should not be much harder than adding it to the SPI. Now, my F407 board doesn’t ..

    Bootloaders and cores
    11/30/2019

    Introducing Sduino for the STM8

    tenbaht Wed Oct 11, 2017 4:06 pm Hi, last year I adopted the Arduino environment as closely as possible for the STM8. Now user Kenjutsu suggested to link the STM8 ..

  • Bootloaders and cores
    11/30/2019

    SensorTile

    oneselflost Sun Oct 29, 2017 8:28 pm Has anyone had any luck getting the ST SensorTile working with Arduino IDE? I know it uses an STM32L476, which is supported ..

    Bootloaders and cores
    11/30/2019

    Changing PLL settings for 24Mhz XTAL

    C_D Mon Aug 28, 2017 9:33 pm I’m trying to use the STM32DUINO bootloader on a custom board, but I cant get the bootloader to run. The micro is an F103R8T7, ..

  • Bootloaders and cores
    11/30/2019

    Arduino_Core_STM32F1 & I2C

    caniggia Fri May 26, 2017 11:13 am Hi I have tried “Arduino_Core_STM32F1” repo: https://github.com/stm32duino/Arduino_Core_STM32F1 , because i need uC as I2C slave. ..

  • Code snipplets
    11/30/2019

    Ext interrupt pulse measurement

    dangthaison1992 Sun Nov 27, 2016 9:58 am I try the code ext interrupt pulse measurement on PA8 at STM32F103C8T6 chip. it’s ok #include "HardwareTimer.h" volatile ..

  • Code snipplets
    11/30/2019

    USART(Serial) interrupt

    miki Wed Jun 01, 2016 3:05 am I read somewhere there is serial interrupt implemented in libmaple. May somebody share on how to use it? I need to process a serial ..

Older Entries ›
‹ Newer Entries

Spark Logic

  • Home