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

Resolved! [Resolved] STM32CubeIDE project creation issue

Updated post to reflect permanent fix Dear STM32CubeIDE user, Further to the recent STM32CubeIDE project creation issue, we would like to inform you that a solution is now available for you. This permanent fix applies to all STM32CubeIDE versions. I...

STM32CubeIDE 1.19.0 released

We are pleased to announce that the release 1.19.0 of STM32CubeIDE is available. What is new in 1.19.0: Microcontroller, microprocessor, and board lists aligned with STM32CubeMX v6.15.0:Added the support for STM32MP21xx microprocessors to the STM32MP...

STM32CubeIDE 2.0 release - early heads-up!

Starting from the release in November 2025, STM32CubeIDE and STM32CubeMX will be available exclusively in their standalone versions. STM32CubeMX will no longer be integrated inside STM32CubeIDE. Instead, the two tools will be interoperable in the sam...

DCMI is not working in STM32U5A5Z

hello OV2640 is used as the camera module I use this fuction  HAL_DCMI_Start_DMA(phdcmi, DCMI_MODE_SNAPSHOT, frameBuffer, length);  And I'm going to receive data through UART.However, the data is not coming. If you have any good ideas, please let me ...

achovy_0-1714636484345.png achovy_2-1714636571233.png
achovy by Associate II
  • 1100 Views
  • 1 replies
  • 0 kudos

Resolved! USB bug in latest STM32CubeIDE update and a workaround

Hi,I had previously set up a USB serial  communication that has been working with multiple STM32 types and in multiple projects. With the latest update to STM32CubeIDE Version: 1.15.0 Build: 20695_20240315_1429 (UTC) I had a problem.Problem: unassign...

HWhit.1 by Associate III
  • 1104 Views
  • 2 replies
  • 0 kudos

Resolved! rand()

Hi,I want to use random number.But, the same random number is generated each time it is run.When I debug the code below, W change with the same pattern every time I debug. What's the problem and is there any solution to make random number which is no...

eunni by Associate III
  • 3055 Views
  • 8 replies
  • 1 kudos

How to use X-CUBE-SAFEA1

Main board : nucleo-f446re Extension board : x-nucleo-safea1b Tool : cubeIDE Library : Software package in cubeMX   Hello, This is Taron. i connected uart(pc<-->main board) and i2c(main board <-->extension board) and tested X-CUBE-SAFEA1 Library. B...

TaronKim_0-1714634251005.png TaronKim_1-1714634412428.png
TaronKim by Associate II
  • 897 Views
  • 0 replies
  • 0 kudos

Resolved! unable to receive data on USART3 using DMA

Hi,I need to configure DMA for the Rx path of my USART data. I was able to get the Tx path going correctly following this thread: https://community.st.com/t5/stm32cubeide-mcus/problem-adding-usart3-functionality-to-lwip-http-server-netconn/m-p/668703...

debug by Associate III
  • 985 Views
  • 2 replies
  • 2 kudos

Resolved! Undefinded reference error at while(1)

Hey all,I've been losing my mind over this error message that generates right on the while(1) line. it says "undefined reference to `SX1276' ", but SX1276 is defined in the PV section. Before, I defined it right after int main(void) {, but still got ...