STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Hardfault handler infinite loop

Hello, I am currently using a Nucleo F446RE board and i am facing problem while trying to read an analog pin using ADC functions. When i start running or debugging the project, i immediately fall down into Hardfault_handler function. I don't know wha...

Erwan03 by Associate III
  • 1676 Views
  • 5 replies
  • 1 kudos

Resolved! problem in compilations

Hello,I have imported existing project to cubt ide version 1.5.below is the problem i am facing.Problem running CDT Scanner Discovery provider com.st.stm32cube.ide.mcu.toolchain.armnone.setup.CrossBuiltinSpecsDetectorError serializing language settin...

vrund by Associate II
  • 1746 Views
  • 5 replies
  • 0 kudos

Resolved! API is not coming up outside of the function body

Hi,I am trying to add HAL_I2C_Mem_Read into my application. However, when I write the API in the region below, it is not auto filled, I can not use the API. On the other hand, when I add the API inside the above function it works.How can I fix this ?...

demir_0-1712148947715.png demir_1-1712148996290.png
demir by Senior II
  • 778 Views
  • 3 replies
  • 1 kudos

Resolved! Undefined Reference

Hi,    I am using STM controller(STML031K6) first time and I have successfully run led program now I want to use timer (interrupt basis) but facing issues(undefined reference).      main.c /* USER CODE BEGIN Header */ /** ***************************...

vinaytiwary_0-1712145056456.png

Bootloader in STM32H753

Hi Team, I am trying to add a Secondary/custom bootloader in SBSFU. But not able to figure it out how to do it. I changed memory for active slot area and used the same area for custom bootloader in both linker file of both SBSFU and custom bootloader...

Resolved! Hard Fault

I am using STM32H735G-DKCubeIDE 1.15.0touchGFX 1.23.1I am trying to get a relatively simple program to run on this DK. Runs fine in the touchGFX simulator. Will not run when downloaded to the board in  touchGFX, nor from cubeIDE. Just get blank white...

CYBR_0-1711178641903.png
CYBR by Associate II
  • 842 Views
  • 2 replies
  • 0 kudos

Command Line Error: Unable to init server

- Environment: Gitlab CI Runner, Running a debian:bullseye-slim  image with the stm32cubeide installed on /opt/st/stm32cubeide_1.15.0/- Command Running: $  /opt/st/stm32cubeide_1.15.0/stm32cubeide -nosplash -application org.eclipse.cdt.managedbuilder...