STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Make digital signal offset-free

I have converted an analog signal with offset voltage through ADC to digital. Now I have an array of 1024 integer values. To edit this signal further, I need to convert the integer values to float. Then make this signal offset-free (by q15). I would ...

Sax by Associate III
  • 493 Views
  • 1 replies
  • 0 kudos

Resolved! GCC 11.3 vs GCC 12.3

Hello,I am going to start a new project on a STM32H5 microcontroller, and first I have updated the STM32CubeIDE to the latest version v.1.14.0.I have seen that the default toolchain is still v.11.3, but that is also possible to install the new v.12.3...

CTabo.1 by Senior
  • 1297 Views
  • 2 replies
  • 0 kudos

External source and header files

Hello. I am currently trying to implement our architecture to STM32 but facing several issues. I have external header and source files. I added them from Paths and Symbols, Includes and Source Location respectively. I can reach header file but it loo...

Resolved! STM32G0B0: No PLLPCLK output on RCC_MCO2

Hello everyone.The case may be known, but if it helps...After activating the Master Clock Output (1 or 2) in STM32CubeIDE on PLLP, no signal is present on RCC_MCO output.After analysis the PLL must be activated by adding the initialization in a User ...

ADESC.2 by Associate II
  • 685 Views
  • 1 replies
  • 2 kudos

Resolved! Custom toolchain for STM32CubeIDE

The STM32CubeIDE uses toolchains from https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads and the version it uses is 7.I'd like to use some C++17 features which are not available with gcc7....

MaH by Associate
  • 12513 Views
  • 12 replies
  • 4 kudos

Resolved! STM32CubeIDE user interface fell apart

Hi Gents,Something weird is going on my computer since a long while, but it gets very annoying as I work with more on this computer. If I open a .ioc file, or do anything in STM32CubeIDE that will bring up a non-eclypse dialog, the GUI misbehaves in ...

foximaxi by Associate
  • 2138 Views
  • 2 replies
  • 0 kudos

Resolved! Cant Compile a project

I am using a NUCLEO-L476 board with X-Nucleo-NFC08A1, attempting to compile the provided example by ST, NFC08A1_PollingTagDetectNDEF. However, I encounter an issue with the file startup_stm32l476xx.s. Every time I compile the project, I receive the f...