STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

Resolved! HAL_TIM_PeriodElapsedCallback firing very prematurely

Hello, all.I am using STM32CubeIDE with an STM32G030 micro. I attempted to implement a simple interrupt - based timeout timer on Timer17 using the HAL driver. See attached file “Screenshot1”for the TIM7configuration info. Here’s the Init Code generat...

Resolved! CubeIDE generates redundant prototype

Today I tried migrating our projects to the new STM32CubeIDE release. One thing I noticed is that whenever MPU is enabled, it generates redundant function prototype static void MPU_Initialize(void); in main.c which generates a warning when -Wall is e...

heveskar_0-1689079501995.png heveskar_1-1689079534448.png

STM32F446VET6 ADC Scan Mode

I am trying to use ADC in scan mode in discontinuous mode in stm32f446vet6. I have ranked my channels in the order I want them to be converted in the scan mode . During the initialization I have given the number of conversions as 4 since that is the ...

STM32CubeIDE Error / bug

Hi   I m working on NUCLEO-H723 Board,  was programming SPI and is working fine, when trying to add USART function to display text on serial terminal and encountered the following errors, unable to make sense what went wrong, anyone can help ? thx.  ...

Resolved! How it is possible to use GDB with FreeRTOS support?

Hello!I need to debug multiple tasks but when I try to enable FreeRTOS support (Debug configurations/Debug/Enable RTOS proxy/FreeRTOS+ARM_CM7) I can't connect to my MCU (STM32H743) with a message box saying "Could not verify ST device" while console ...

ktrofimo by Senior III
  • 1355 Views
  • 2 replies
  • 0 kudos

Resolved! How to retain unsed constant variables

Hello,I define following constant string, indicating the program version.static const char version_s[] __attribute__((used)) = "V.10";This string isn't used in other part of code, but is only defined with the purpose to put in the binary file, a stri...

CTabo.1 by Senior
  • 1613 Views
  • 6 replies
  • 2 kudos

Resolved! DEBUG mode @ stm32CubeIDE

Hi, I come across debug mode using stm32 IDE and i would like to know whats the difference between serial wire and Trace Asynchonous sw? I know both are use when debuging the Nucleo144 board. And if u wana use a IC chip which mode should i use? JTAG ...