STM32CubeIDE (MCUs)

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

Resolved! HAL_ADCEx_Calibration_Start

Just a question: I'm using the following code snippet: void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim) { if (htim == mod_timer){ pwm_timer->Instance->CCR4 = sinetab[loop_cnt++]*global_adc1/4096.; //setzt neuen PWM-Wert aus Tabelle ...

Resolved! Duplicate system_stm32g0xx.c file after regenerating

I've got a project that has the following files in the tree view:All is well if I clean and build, but if I open the .ioc and "Generate Code", the tree changes to:and the project then fails to build due to a duplicate system_stm32g0xx.c file.Why is t...

CTapp1_1-1745333196183.png CTapp1_2-1745333269644.png
CTapp.1 by Senior II
  • 303 Views
  • 10 replies
  • 1 kudos

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

Resolved! myST Login issue in STM32CubeIDE

Hello, I just updated from 1.12.0 to 1.13.0 and now when i save changes it asks me to sign in to mySt to download a software package. When i try to login to my ST i get this error: I am on my work network, not sure if that matters. My internet is wor...

cmendi_0-1689698718278.png cmendi_1-1689698783053.png
cmendi by Associate II
  • 39045 Views
  • 26 replies
  • 14 kudos

.bss section taking up flash space?

Hi all, I have an STM32H743 project that I've been working on. I've worked on a fair amount of projects in STM32CubeIDE in the past, but now I have a problem I haven't encountered before: the linker is putting my .bss section in flash as well as RAM....

ide Version v.1.18.1 external loader issue

hi,stm32h723zgt6 + W125Q128 + v2 stlink was working fine with  V.1.17.0. i had external loader issue with  V.1.18.0 version update and i was reported as well as in the past month .I knew downgrading ide version to  V.1.17.0 is the solution but my PC ...

MMARI.1 by Senior
  • 114 Views
  • 0 replies
  • 0 kudos

How do I update the CMSIS used by a project?

I've created a project for an STM32G031 device, but the code does not build cleanly with -Wsign-conversion due to some "nasty" stuff in the CMSIS core_cm0plus.h file:../Drivers/CMSIS/Include/core_cm0plus.h: In function '__NVIC_SetVector': ../Drivers/...

CTapp.1 by Senior II
  • 173 Views
  • 2 replies
  • 0 kudos

Resolved! Measure the speed rotation by using TIM in encoder mode

hello, I ask for the following clarification: I am using a two-channel encoder, A and B, and I want to estimate the rotation speed of the encoder shaft as precisely as possible. I started setting the TIM2 in encoder mode.My encoder generates 1200 pul...

SMusc.1 by Associate III
  • 431 Views
  • 14 replies
  • 1 kudos