STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

${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 II
  • 3202 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
  • 439 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

Adding google test units to my program

Hi, I'm looking for a way to test my cpp module using google tests. It uses a RNG, CRC, and UART, and i want to add unit tests and mock tests for this module. I followed several guides but with no luck so far. I cloned google testing repository and c...

Jordalic by Associate II
  • 1052 Views
  • 1 replies
  • 0 kudos

RTC to UTC - HAL library

Hello everyone, can someone help me understand how to use the RTC and convert it to UTC using the HAL libraries, without using the time.h library?

inouee by Associate II
  • 492 Views
  • 1 replies
  • 0 kudos

Clock configuration issue with HSI16

Hi all,I'm designing a custom board using the STM32L151C8. The CubeIDE is giving me an error with the clock configuration, highlighting the HSI input on the PLL Source Mux.The following image shows the PLLMul = x6 which is the only option to make the...

Screenshot (254).png Screenshot (257).png