STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

HAL Timer not working in Application Project

Hello, I am trying to build a bootloader project using STM32F030CCT6TR cortex -M0 controller.I have copied the interrupt vector table from start of the Flash location(0x08000000) to to RAM in both Bootloader and Application Project.I am getting the i...

TShet.2 by Associate III
  • 582 Views
  • 1 replies
  • 0 kudos

Resolved! could not edit MCU GCC Compiler

Hello, As I am testing the code, I don't require -fcyclomatic-complexity option that is mentioned in Properties->C/C++ Build->Settings->MCU GCC Compiler->All options.  But I could not edit this column how can I remove this  -fcyclomatic-complexity. I...

Monika_02 by Associate II
  • 1073 Views
  • 4 replies
  • 1 kudos

CubeMX script not working after 1.13.0

I had an unattended script to regenerate and compile the project.In it, I call CubeMX using this cmd: java.exe -jar STM32CubeMX.jar -q cubemx_script These are the contents of cubemx_script: config load myProject.ioc project generate exit It has worke...

STM Import Export Project

Hi,I am trying to export (and then import) a project on STMIDE from one computer to another but it's been not so straight forward. Hoping somebody can point me to the right direction or a step by step on how this is properly done. For context, when I...

od805 by Associate III
  • 1681 Views
  • 5 replies
  • 0 kudos

STM32CubeIDE 1.13.0 Major Problems

After updating to STM32CubeIDE v1.13.0 I can no longer generate code from my IOC. This also prohibits me from creating a new project as it can't find the firmware packages. When I hit "manage embedded software" nothing happens.EDIT: This appears conn...

nattayb by Associate II
  • 1001 Views
  • 3 replies
  • 0 kudos

Explanation field to CubeIDE

Feature request to STM32 CubeIDE.ST, please add a possibility to add user explanation text to peripheral configurations. It is neccessary because the configuration, especially numbers, are not always self-explaning. A text field where to write explan...

MikkLeini_0-1690122823653.png

STM32F1xx DALI slave interface

Hi everyone,I downloaded the DALI Slave Library from here: https://www.st.com/en/embedded-software/stsw-dali001.html and now I am trying to run the demo code on my STM32F103C8T6.The problem I am encountering is that the source code has a few commands...