STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

STM32CubeIDE Gitlab runner Docker image

Hi,I'm trying to setup a server (Ubuntu server 22.04) to build my STM32 projects.I installed a gitlab runner in docker container.I used this image xanderhendriks/stm32cubeide:7.0 and built my own using the newest version of stm32cubeide.however I'm r...

Live Expressions showing wrong values

I am using CubeIDE version 1.11.0 for a STM32F411RC project.After i've changed boards (between two equal custom boards), my live expressions started showing wrong values. The values are only wrong in the live expression, because if I halt the program...

THML by Associate II
  • 1737 Views
  • 4 replies
  • 2 kudos

Resolved! Some code is not compiled with STM32CubeIDE

I am using STM32CubeIDE to develop a small project. But I do not know why some code  if(Motor_PullBack_Enable == 1) {} statement is not compiled.  if(Motor_Extend_Enable == 1)  { ....  }  if(Motor_PullBack_Enable == 1)  { ......