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

AWD on the STM32F3Discovery

Hello everyone, I am new to the world of STM32 and trying to get an AWD going on the STM32F3Discovery, this with no success. I have followed the following guide, https://community.st.com/t5/stm32-mcus/how-to-configure-and-use-the-stm32-s-adc-analog-w...

HP- by Associate
  • 558 Views
  • 1 replies
  • 0 kudos

How do you change the background colour in STM32CubeIDE?

How do you change the background colour in source code editors? I have tried:Window > Preferences > General > Appearance > Theme set to dark modeWindow > Preferences > General > Editors > Text Editors > Annotations has nothing for the backgroundWindo...

qua by Associate III
  • 6178 Views
  • 12 replies
  • 1 kudos

Hard download link for STM32CubeIDE

Hello,I am currently scripting my development environnment setup on windows in order to facilitate the setup of a new environnment.For the download of the stm32cubide software, I notice that the download link of the software is not the same for each ...

Clément by Associate
  • 504 Views
  • 1 replies
  • 0 kudos

Resolved! System clock restore to default

Hello,I need to restore the system clock to its default state, after it has been configured to generate 64MHz clock signal from an external 24MHz oscillator.I used the HAL_RCC_DeInit() function, that seems to do most of the job, but not all apparentl...

CTabo.1 by Senior
  • 1107 Views
  • 5 replies
  • 1 kudos

STM32L476 + ST25RU3993

When I tried to start my device using the sample code provided by the manufacturer, I received the error messages "SetBaseFrequency not working" and "PLL not working". I have confirmed that the device's crystal is functioning properly and the MCU is ...

Alex_tw by Associate II
  • 1316 Views
  • 6 replies
  • 1 kudos

Resolved! Upgrade issue IDE 1.10.1. Project to IDE 1.13.1

Hi, I tried to use a broadcom lib (AFBR_S50, libafbrs50_m4_fpu.a)  on a STM32F401 nucleo board.This works quite well for the IDE 1.10.1. I can compile the example program and run the debugger. But as soon as I try to migrate it to a higher IDE versio...

ekopi by Associate
  • 685 Views
  • 2 replies
  • 0 kudos

Resolved! Toolchain version

Hello,is it ok to use the __GNUC__, __GNUC_MINOR__ and __GNUC_PATCHLEVEL__ marcros, to check the toolchain version, at compile time?I am using the following toolchain version:In this case and the macros have the following values:__GNUC__ = 10__GNUC_M...

CTabo1_0-1694526170625.png
CTabo.1 by Senior
  • 525 Views
  • 2 replies
  • 1 kudos

Resolved! RTOS use Taskhandle in other .c file

Hello guys,i try to use RTOS with my STM32H723, but i have some trouble with the RTOS Tasks and the proper definition of the task.As an example i want to push the blue button on my Nucleo board, which triggers an Interrupt, which executes a RTOS Task...

DeBa92 by Associate II
  • 1021 Views
  • 1 replies
  • 1 kudos

Failed to start GBD server

Hi everyone, I'm working with the STM32H747i-Disco, had several projects working just fine, then I tried to load the example project FatFs_uSD to the board, it didn't work and after that I keep getting the error: Failed to start GBD Server. Any Idea ...

GDB server.jpg
JuanBT by Associate II
  • 560 Views
  • 1 replies
  • 0 kudos

Resolved! GCC Linker script sections

How to put all code from one file in one linker section?I'm using Cubeide with gccThe following functionality should work but it doesn't for some reason, can anyone help here?It shall be possible to group functions in a section based on some filters....