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

Linux installation error

d64.deb'Note, selecting 'st-stlink-udev-rules' instead of './st-stlink-udev-rules-1.0.3-2-linux-all.deb'Note, selecting 'st-stm32cubeide-1.15.1' instead of './st-stm32cubeide-1.15.1-21094-20240412-1041_amd64.deb'Note, selecting 'segger-jlink-udev-rul...

shri1 by Associate II
  • 2321 Views
  • 13 replies
  • 4 kudos

Resolved! Unit tests in STM32CubeIDE

Currently I'm developing within the STM32CubeIDE for an STM32F373CC.I use the main.c as entry point into a wrapper and program all of the rest in C++. I generally try to keep any HAL code outside of simple classes that can be unit tested easily. Idea...

0693W000004I6ydQAC.png
MMich.2 by Associate II
  • 12775 Views
  • 11 replies
  • 4 kudos

Resolved! Code Generation Bug STM32U5 with VDDA

Hello! I believe I found a code generation bug. I am currently using IDE version 1.16.1.By default, when enabling ADC with an STM32U5, HAL_MSPInit() has the line: HAL_PWREx_EnableVddA() which is necessary to have a positive reference for the ADCs (th...

rgangwan by Associate
  • 837 Views
  • 2 replies
  • 3 kudos

Generating code for HTTPD in NUCLEO-H745ZI Board

Hi Team,"I am trying to configure an HTTP server on the Nucleo-H745ZIT6 board, which has two Cortex cores. I am using Cortex-M7 for this. After enabling HTTP in middleware inside LwIP, and generating the code, LwIP is placed inside the Cortex-M7 fold...

ggowd.1 by Associate III
  • 2246 Views
  • 5 replies
  • 0 kudos