STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Linked Files

I'm working on a project that will be using shared code files from outside the project.  I do not want to copy them, instead I want to link to them.  I discovered how to do this and it works well.  Since I don't want to make any changes to any of the...

RLein.1 by Associate III
  • 187 Views
  • 12 replies
  • 5 kudos

Connect to running GDB server without ST-Link

I am trying to debug a program in STM32CubeIDE on a Renode emulator, with a running gdbserver, started by Renode.So in Debug Configurations dialog, Debugger tab, there is a radiobutton Connect to remote GDB server, but when clicking Debug, it complai...

SKled.1 by Senior II
  • 2864 Views
  • 10 replies
  • 2 kudos

Resolved! Shaded codes in editor

Hi All, 1 - HAL_QSPI_MODULE_ENABLED is defined and the shaded code areas are combiled. But I could not find why these codes seems shaded, do you ?2, 3 - I can see file icon on the top left corner of the stm32h7xx_hal_conf.h file name and context menu...

Shaded.png

Is it possible for the IDE to highlight user code

Hello,Is it possible to highlight USER CODE from CubeMX code generation?  For example, highlight everything between these types of comments:/* USER CODE BEGIN PM *//* USER CODE END PM */In a similar way that #ifdef / #endif blocks are highlighted?If ...