Arduino_Core_STM32
Arduino_Core_STM32 copied to clipboard
STM32 core support for Arduino
**Describe the bug** Programming the ELV-BM-TRX1 device results in following error message: `Selected interface: 1 Protocol unknown!` **To Reproduce** 1. Use the compile function 2. See message **Expected behavior** The...
**Board description (please complete the following information):** - Name: Generic STM32U073KB - Link to all relevant information: Reference is to the STM data for the part. Nothing special here. *...
This PR add the support of the [STM32U0](https://www.st.com/en/microcontrollers-microprocessors/stm32u0-series.html) series. * From [STM32CubeU0 v1.1.0](https://github.com/STMicroelectronics/STM32CubeU0/releases/tag/v1.1.0) * Add HAL from version 1.1.0 * Add CMSIS from version 1.0.0 ## Tests using a [Nucleo-U083RC](https://www.st.com/en/evaluation-tools/nucleo-u083rc.html):...
The error is not critical, because the program code works without any comments, but I don't like the concept itself, when I see warnings during compilation: > Executing task in...
This PR reverts 794945c10abb2dc6a875c471bb9aa4cbb131e5a2 then update all linker scripts to mark some segments as `READONLY`. Prevent LOAD segment with RWX permissions warning. The `READONLY` keyword is only supported in GCC11...
**Summary** This PR implements the support for using a STM32CubeProgrammer with a J-Link from the Arduino IDE Explain the **motivation** for making this change. What existing problem does the pull...
STM32CubeProgrammer has support for J-Link probes, however the Arduino core only allows it to use SWD with ST-Link, DFU or UART I'd like to be able to upload using a...
**Is your feature request/improvement related to a problem? Please describe.** Some people don't have a ST-Link or a regular USB-to-UART adapter, but have a e.g. Raspberry Pi Pico, which can...
Add support to the STeaMi board developed for the project I-NOVMICRO with help from ST Rousset. I tried to follow all the steps of the Wiki. Let me know if...