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

STM32F401RCT6 EEPROM Emulation

Hi,I need to use EEPROM Emulation for my project's needs. I'm using STM32F401RCT6. I tried to use EEPROM emulation in STM32F40x/STM32F41x microcontrollers (AN3969) but after several tries, I only got errors as screenshot at below:Any help would be ap...

omeraydin_0-1694421990342.png

STM32L476 EEPROM Emulation

I have followed the eeprom emulation described in X-CUBE-EEPROM expansionhttps://www.st.com/en/embedded-software/x-cube-eeprom.htmlBut the solution was written using the old STM32 standard API. Does somebody knows about an EEPROM Emulation solution t...

RLeva.1 by Associate
  • 3496 Views
  • 2 replies
  • 0 kudos

Resolved! Power Regulator Voltage scaling and SysClock issue

Hello,I am using STM32H755 microcontroller and STM32CubeIDE V1.13.0 for my development.I am not able to set the clock frequency to 480MHz. Whenever I do so, I receive power regulator voltage scaling error. (Shared in the attachment).The product revis...

HDesa.1 by Senior
  • 1215 Views
  • 6 replies
  • 3 kudos

IOC project doesn't render completely in CubeIDE

After 100 attempts to open the IOC project inside the CubeIDE it opened but only a half, which makes it unusable, what can I do?CubeIDE/Java is eaten all my CPU, but they aren't doing any useful work, help please! 

Captura de pantalla de 2024-03-25 21-51-51.png
XR.1 by Associate III
  • 348 Views
  • 0 replies
  • 0 kudos

Trustzone: NonSecure_Init does not start the nonsecure

Whilst using the standard code generated through cubemx for Trustzone on the Nulceo-WBA55cg Board with TZEN = 1 and having the nonsecure in the Debug configuration of the secure the code doesnt complete the Nonsecure init in the last Line. I checked ...

Isko by Associate II
  • 439 Views
  • 1 replies
  • 0 kudos

Convert Integer to float

Hello everyone, can someone tell me why casting doesn't work. I want to convert int values of an array to float.for (int i = 0; i<= adcBufferSize; i++){adc_buffer_float[i] = (float)adc_buffer [i];}

Sax by Associate III
  • 2774 Views
  • 12 replies
  • 2 kudos

Resolved! Include not works in STM32CubeIDE

STM32CubeIDE Version: 1.14.0 Build: 19471_20231121_1200 (UTC) OS: Windows 10, v.10.0, x86_64 / win32 Java vendor: Eclipse Adoptium Java runtime version: 17.0.8.1+1 Java version: 17.0.8.1include setupand the exported xml content<option IS_BUILTIN_EMPT...

sayhi2008_0-1710982545148.png

Resolved! UART is not working

Hi,I have checked connections and assured that everything is set up correctly. When I run the below code, I cant see anything on serial console.Does anyone have any idea about the root cause ? /* USER CODE BEGIN Header */ /** **********************...

demir by Senior II
  • 1716 Views
  • 18 replies
  • 7 kudos

STM32CubeIDE 1.14.0 on Catalina MacOS fails to build

Hi,I couldn't find anyone else having the same problem as me with STM32CubeIDE 1.14.0 on Catalina MacOS.Before the upgrade to 1.14.0 all my projects were building fine. After the upgrade to 1.14.0 (or fresh install) all of them fail to build with the...

kayuk by Associate II
  • 1219 Views
  • 6 replies
  • 4 kudos