STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.15.1 released

STM32CubeIDE 1.15.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.11.1 that is available for download. Main issues fixed in this patch: Ticket 177978 : Fixed an issue with ST-LINK firmware upgrade concerning th...

STM32CubeIDE 1.15.0 released

STM32CubeIDE 1.15.0 was released today on st.com as well as an in-tool update patch. What is new in 1.15.0? Microcontroller and board lists aligned with STM32CubeMX v6.11.0 : STM32U0, STM32H7Rx/STM32H7Sx and STM32H523/STM32H533Added the support for t...

Resolved! How to enable global interrupt for TIM3 (in PWM mode)

Hi, I want to enable the global interrupt for TIM3 so that I can recognize when it becimes active (it raises the pin).I've added:if(htim_base->Instance==TIM3){/* Peripheral clock enable */ __HAL_RCC_TIM3_CLK_ENABLE();/* TIM2 interrupt Init */HAL_NVIC...

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

STM32CubeIDE 1.15.1 Not Generating Code

I have an STM32G474 project that has been working for some time but the latest update doesn't generate code from the .ioc config GUI.If I make I make changes in the editor and select generate code, the pop flashes quickly and goes away but no code ge...

DamageG by Associate II
  • 298 Views
  • 2 replies
  • 0 kudos

Resolved! Remove CubeIDE editor margin TODO tags.

Does anyone know how to remove the tags that show in the margin to the left of the line numbers in the editor when you have a 'TODO' in a comment on the line? They inhibit my viewing of breakpoints on the line. I guess I could get rid of side comment...

jlag_1-1714693120799.png
jlag by Associate III
  • 347 Views
  • 4 replies
  • 5 kudos

Resolved! STM32 microcontroller clock

Hi all,I have a doubt regarding the while(1) loop in c based program for STM32MCU for both keil and STM32cubeIDE softwares.How can we get the cycle time of while(1) loop?I have program code for STM32g0 series of MCU and couldn't evaluate the cycle ti...

Resolved! SDIO DETECT is changed to PD5 which was earlier PF3

Hi, All    my file system is working with the eval board of STM32U575I-EV.       However, run the same software with NUCLEO-U575ZI-Q, file system doesn't work.    I found that SDIO DETECT is changed to PD5 NUCLEO-U575ZI-Q which was  PF3 on STM32U575I...

Resolved! PWM timer frequency double of the expected/calculated

Hi,I'm working with a STM32F439ZI and want to use the PWM outputs of timer3 & timer4. I want to set a frequency of 50Hz (m_dat.fI) as an example. If I calculate it with the formula below, it results in a frequency of 100Hz instead and I'm not sure wh...

debug by Associate III
  • 209 Views
  • 2 replies
  • 3 kudos