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

Unable to Download STM32CubeIDE

Hi everyone,I'm having trouble downloading STM32CubeIDE. Even though I'm registered, There seems to be somthing broken with the Web page.I’ve tried multiple browsers, but still no luck. I also haven’t received any email with a download link.I’ve been...

cerine by Associate II
  • 618 Views
  • 4 replies
  • 0 kudos

LCKR register useage

Hi ,I am using the stm32f411VET MC board, now i implemented the code to check how LCKR register work. This is the code which i implemented for that, but when i debugged it the LCKR register bits has not set. Any one can help me. /** interfacing LED w...

suhel by Associate
  • 232 Views
  • 0 replies
  • 0 kudos

Resolved! LIve Exressions says " Failed to evaluate expressions.".

Hi.I am developing on STM32CubeIDE with F446RE Nucleo, and I want to get the voltage value by calculating ADC value.But that doesn't work.Here is the "main.c".I made two variables.(" ADC " means ADC value, " v " means voltage value.)Red texts are tex...

MED2972 by Associate III
  • 3588 Views
  • 14 replies
  • 8 kudos

debug SFRs

I can't read/change the SFR values while debugging in CubeIDE .value of all Registers is "error reading value"If I try to do that IDE throughs and error.The only way to read/change values is by suspending the debugging session.I remember this feature...

Screenshot 2024-11-14 133954.png 0693W00000NqiAGQAZ.png

Resolved! PWM on PA8 for a stm32f103rct6 does not work

I am trying to use pin PA8 as a PWM output using timer 1 on channel 1 for a stm32f103rct6. I have successfully programmed pins PA9, PA10, and PA11 to provide PWM output on channels 2, 3, and 4, but when I do the same for PA8 on channel 1, I do not ge...

JGaby.1 by Associate II
  • 495 Views
  • 4 replies
  • 0 kudos

Resolved! ST, Please stop login strategy in your tools

Hi STI generally appreciate your tools and how to keep on make them better, keeping also quality on track.But let me say this: It is highly annoying that it is mandatory to login in the CubeMX and CubeIDE.Please remove this again.Use case: as a embed...

Led by Senior
  • 2430 Views
  • 9 replies
  • 7 kudos

error: undefined reference to 'main'

Hello!I built a CubeMX project from Simulink after I connected an STM32 H753ZI hardware to my laptop.It is giving me an error in "bl main" : C:/Users/detec/OneDrive/Documents/MATLAB/lastcon/STM32CubeIDE/Debug/../Application/User/Startup/startup_stm32...