Arduino_Core_STM32 icon indicating copy to clipboard operation
Arduino_Core_STM32 copied to clipboard

STM32 core support for Arduino

Results 74 Arduino_Core_STM32 issues
Sort by recently updated
recently updated
newest added

I have not pinned down the source of this bug yet, but it is reproducible on both windows and linux. 1. Initialize an STM32F1 (maybe others too) and enumerate as...

Help wanted :pray:

This issue aims to list all U(S)ART requests: - [x] Hardware Flow control for serial communication (#394) --> #1634 - [ ] Support for UART RX/TX level inversion on F3/F7...

enhancement

Hereafter the list of all new variants requested and their linked issue. Feel free to file an new issue then it will be added to this list. > [!NOTE] >...

help wanted :pray:
new variant

The code I tested is below. python code: ``` import smbus bus = smbus.SMBus(1) # Read a block of 6 bytes from address 0x18, offset 0 data = bus.read_i2c_block_data(0x18, 0,...

Waiting feedback

Currently, there is an `analogWriteFrequency()` that sets the frequency for all future `analogWrite()` calls on all timer channels. This works, but when working with different libraries or code files (with...

enhancement
arduino compatibility

I could not find any example for CAN communication in STM32 official core. Is there any?

enhancement

The Arduino Core for STM32 V2.1.0 does not support LoRa features for the STM32WL55JC. I would appreciate if the LoRa support could be added to the Arduino Core for the...

New feature
Request

This issue aims to list all USB requests: * [ ] RNDIS (#506): networking over USB * [ ] Library (#559): Extend USB class support using Pluggable USB from Arduino...

enhancement

## Summary This PR implements SPI slave mode. ## References This is a follow up for the ticket #1600. ## Motivation Most high level possible functions to implement this feature...

**Describe the bug** When sending large amounts of data over Serial Monitor (string len > 204 ), the processor enters a hard fault. Hard fault status register (SCB_HFSR) 0xE000ED2C has...

bug :bug: