STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

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

Live Expression view "Failed to evaluate expression"

Hello,I'm currently using STM32CubeIDE (version 1.1.0) to write and debug a c++ program on a NUCLEO F767ZI.I'm trying to use the "Live Expression" but it either doesn't update the variables live (it updates them when I pause the program") or it says ...

0690X00000AqPwxQAF.png
FDi L.228 by Associate II
  • 5243 Views
  • 6 replies
  • 1 kudos

Resolved! About STM32CubeIDE Code Generation

Sorry for the rudimentary question. I tried to generate code by setting up pin assignments in STM32CubeIDE with reference to the following site, but the code such as main.c is not generated as shown in the following image.If you know the cause of the...

CODE01.bmp yunkel_0-1723125440417.png
yunkel by Associate
  • 985 Views
  • 3 replies
  • 3 kudos

Unable to upload my code using Serial Wire Debug

   I am trying to upload my code using ST Link(SWD)into a custom board with an STM32 Core. I am using serial wire debug for programming. So I am getting the above shown error messages. If anyone have come across this issue, please help me resolve it....

Screenshot 2024-08-05 163011.png Screenshot 2024-08-05 162955.png Screenshot 2024-08-05 162916.png Screenshot 2024-08-05 163741.png
vbk22398 by Senior
  • 3813 Views
  • 23 replies
  • 11 kudos

LVGL and STM32CUBEIDE Integration Issue

I am working with LVGL v9.1.1, I am simulating it correctly in the simulator. When i do all the step of integration with STM32 Project (STM32CUBEIDE v1.16.0). I am getting these errors? why this is been happening. Is this toolchain issue/ any bug? No...

JamshaidUsman_0-1723094091220.png

Touchgfx issue with uart not working good

Hi,I am a beginner to touchgfx, i am using stm32u599vjt6.I am having an issue using uart with touchgfx.My function is to check different conditions every time my handle tick function is called and after checking i need to send some commands from uart...