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

My code uses avr-gcc util\atomic.h. For code block should be executed with disabled irqs and restore irqs state(disable, enable) after code block ends. Example: ```cpp ATOMIC_BLOCK(ATOMIC_RESTORESTATE) { // some long...

enhancement

To enhance Arduino API compatibility and ensure to not miss any fix/improvement, it would be fine to integrate the official ArduinoCore-API available here: https://github.com/arduino/ArduinoCore-API > [!Note] > **Any feedback on...

enhancement
arduino compatibility

**Summary** This PR fixes/implements the following **bugs/features** * [x] Feature: Implement conditional GPIO configuration based on device mode and duplex setting * [x] Breaking changes: `begin` and `beginTransaction` now return...

**Board description (please complete the following information):** - Name: NUCLEO-H7S3L8 - Link to all relevant information: * https://www.st.com/resource/en/user_manual/um3276-stm32h7rx7sx-nucleo144-board-mb1737-stmicroelectronics.pdf * https://www.st.com/resource/en/schematic_pack/mb1737-h7s3l8-b02-schematic.pdf * ST, DigiKey, Mouser Tried adding it myself but couldn't...

enhancement