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

Resolved! Problem with FreeRtos in TrustZone enabled

Hi Hi We are using product STM32H56 series , I am encountering problem while building my project I am using STM32cubeIDE , trust zone enabled .I enabled X-CUBE-FREERTOS  M33non secureIn software package I installed   -STm X-CUBE-FREERTOS  -CMSIS RTOS...

Kendall7_0-1711444735447.png Kendall7_1-1711444777776.png
Kendall7 by Associate II
  • 831 Views
  • 3 replies
  • 0 kudos

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
  • 3618 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
  • 1644 Views
  • 6 replies
  • 3 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
  • 542 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
  • 3489 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
  • 2212 Views
  • 18 replies
  • 7 kudos