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

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

STM32 bug when running

Hi,I am working on a STM32 using STM32CubeIDE. I have a problem, when I'm running my code in debug mode I haven't the result I want to have on a part of this one. But when I am running it in debug mode step by step it's working. I don't have any expl...

PierreGS by Associate
  • 602 Views
  • 1 replies
  • 0 kudos

Resolved! Only receive one byte of string in UART

I am not able to receive the full string in the RDR resgister. eg. If I am transmitting "hello" I am receiving only "h". How to get a full string? Can anyone please help? uint8_t Temp;  while( !( USART2->ISR & USART_ISR_RXNE ) ) {   Temp = USART2->RD...

AKhot.1 by Senior
  • 1291 Views
  • 3 replies
  • 0 kudos

how to convert ADC to DAC

Hello everyone! after working with ADC, the next challenge that I am facing is, how do I convert my ADC output to DAC. I hereby attach my code in text file, Hoping for a positive response, Thank you 

I2C pins

Hello,I used STM32L031K6 Nucleo board.When I Enable I2C it select by default PA10(SDA) & PA9(SCL) pins for Communication it not work, Then I change Pins for I2C PB7(SDA) & PB6(SCL) it work well.so any additional configurations need for use PA10 & PA9...

I2C Config.png
Rushit by Associate II
  • 2117 Views
  • 4 replies
  • 0 kudos

After swifting from the bank1 to bank2 the code getting stuck.

Hi, I'm facing a Issue in flashing the code from Bank1 to Bank2 and run, MCU is STM32L4A6RGT6.    In the below mentioned code I'm trying to do bootloader flash, When I press a button, it will start flashing the code from 0x08000000 to 0x08080000 addr...

HA.4 by Associate II
  • 602 Views
  • 0 replies
  • 0 kudos

Resolved! Implement error handling using Motor profiler API

Is there a Motor profiler API or any other tool that I can use to retrieve the error status from the ST Motor pilot programmatically? I'm interested in obtaining informations about the following errors:If it's not available, I would appreciate any al...

GJamo1_0-1687685234853.png
GJamo.1 by Associate II
  • 1110 Views
  • 1 replies
  • 0 kudos

Resolved! How to generate timer in STM32

Hello! Recently I have been working on ADC, where I connect a potentiometer to a bread board and by using jumper wires I  connect it with ARM Cortex M4, STM32G491. Thankfully I have received the outputs too. But the challenge is, I have to include ti...

stm32c011f6p6

Hello sir,  I used stm32cubeide  with stlink v2.   I tried to download the *.elf file to stm32c011f6p6 chip however, I have the error ====Open On-Chip Debugger 0.12.0-00017-gb153daa14 (2023-02-03-14:58) [https://github.com/STMicroelectronics/OpenOCD]...

choi1 by Associate
  • 1482 Views
  • 2 replies
  • 0 kudos