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! STM32H723 CMSIS DSP

Hi,I'm using a NUCLEO-H723ZG and I've installed the CMSIS DSP library, but when I try to compile the code something goes wrong... May you help me to understand what do I make wrong ? Thank you, Luigi

carloV_0-1717416140680.png
carloV by Associate II
  • 843 Views
  • 2 replies
  • 0 kudos

Resolved! Debug inline assembler code

Hi,I have a inline assembly code to implement some math, like:************************************C-Code...asm(" push {%5};"" lsl %5, 1;"" add %5, %3;"...);C-Code*******************************************************Unfortunately I`m not able to ste...

berait by Associate II
  • 895 Views
  • 3 replies
  • 0 kudos

Resolved! C23 support

Are there any plans to upgrade STM32CubeIDE to include support for C23?It would be nice to have as it brings things like constexpr in, which makes the use of constants much better as they are subject to compiler checking and can call (constexpr) func...

CTapp.1 by Senior
  • 582 Views
  • 1 replies
  • 0 kudos

${project_loc} in DCT will not work

Hi,I have written 2 cmd files. The first renames the main.cpp to main.c before the code generation runs. and the second renames main.c back to main.cpp afterwards. The files are in the project path. The plan was to access them with ${project_loc}\Cpp...

padawan_0-1697619556140.png
padawan by Senior
  • 2446 Views
  • 14 replies
  • 9 kudos

Another issue with Cube login

I got my login password rejected for no apparent reason.  I use Firefox's password manager to store the passwords.  After a few tries I realised what was happening.  When I log in it is to my.st.com, so the password manager is looking for a password ...

TJack.2 by Associate III
  • 319 Views
  • 0 replies
  • 0 kudos

Analysis with SEGGER

Hi all,I building  a project using FreeRTOS, now I want to use SEGGER to analysis this project.I dowload SEGGER Application and Target Sources.and I add Folder SEGGER in my project folder .Right now, i can use SEGGER or configure anything other ?Many...

noname8888_0-1717236788826.png noname8888_1-1717236830451.png