Arduino_STM32 icon indicating copy to clipboard operation
Arduino_STM32 copied to clipboard

Arduino STM32. Hardware files to support STM32 boards, on Arduino IDE 1.8.x including LeafLabs Maple and other generic STM32F103 boards

Results 66 Arduino_STM32 issues
Sort by recently updated
recently updated
newest added

- Add blackpill_f411 variant - fix incorrect HEAP settings on STM32F401CC as issue #869

Hi, i'm using the Wire scan example. if my i2s peripheric is connected the code run well, but when i disconnect the peripheric, MCU freeze and restarted by IWDG could...

Hi, I've got a question to ask I wanna use my bluepill( STM32F103C6T6) via Arduino IDE with a micro-USB cable only So I followed guidance on google, installed the 2...

I have tested this with a generic F103C8 without a crystal and it works fine along with USB, SPI, UART etc, I don't see any issues apart from maybe the...

I have an STM32F1 board that has a on-board USB to UART chip, which makes programming a breeze using this arduino core. I thought i would buy an STM32F4 board...

Hello, I am trying to use the USBComposite Library built into this STM32 core. I have succesfully programmed myself a HID joystick ontop of the "simplejoystick" example sketch: ``` USBHID...

Cannot run program "C:\Program Files (x86)\Arduino\hardware\Arduino_STM32/tools/win/maple_upload.bat": CreateProcess error=2 this file not found in zip from https://github.com/rogerclarkmelbourne/Arduino_STM32/wiki/Installation

Using coddingtonbear/Arduino_STM32/tree/HardwareCAN) fork as core. Here is simple explanation of the problem: I have multiple devices on bus, some of them are ESP32(receiving and sending is working), STM32F1(only sending packet...

Hey I tried adding the files from the Seradis STM31 package into Roger's core; The HID(2.0) upload method shows up unlike HID 2.2 when using STM32 Official Core. However on...

I am using a STM32 F401CC blackpill. If I am trying to allocate memory using malloc, my program hangs/crashes on the malloc command. But for bluepill STM32F103 malloc works fine....