STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

SDRAM is configured with TIM6 as a tick source. While I am using GDB this interrupt continuously is interrupting the debug flow. How do we disable such interrupts in stm32cubeide ? This interrupt is continuously hogging gdb.

These stack gets called repetitively and does not let me debug.If I reduce the priority of the ticks then HAL_Delay does not work.I am in a fix here dont know what to do ?I have changed the tick priority also as shown in the figure.

0693W00000WKJ8WQAX.png 0693W00000WKJ87QAH.png 0693W00000WKJ8lQAH.png 0693W00000WKJ7xQAH.png
rohan_m by Senior
  • 611 Views
  • 8 replies
  • 0 kudos

Resolved! Value of TICK_INT_PRIORITY (default value changed)

I have a question about the value of `TICK_INT_PRIORITY` in a project for the STM32G070CBT6. I am not using FreeRTOS (which I think makes a difference here), and all projects have been created with the (default) `Targeted Language`: `C`, `Targeted Bi...

LKett.1 by Associate II
  • 1219 Views
  • 3 replies
  • 0 kudos

Total ROM and RAM usage

Hi all, i have tried same project in two different IDEs( Keil and STM32CUBEIDE). i am confuse that why they both are telling different usgae for RAM and ROM.Keil map file says: Total RO Size (Code + RO Data)        21156 ( 20.66kB) Total RW Size (RW ...

0693W00000WKI1AQAX.png
sanju by Senior
  • 2160 Views
  • 1 replies
  • 0 kudos

Resolved! CubeIDE 1.11 error while creating STM32F4 FreeRTOS project

Looks like serious regression from 1.10.1. Steps to reproduce: Select STM32F401 or F411 MCU, Enable FreeRTOS. The generated main() function in main.c file does not contain the section creating the FreeRTOS objects (task, queues, etc.). Instead, the c...

gbm by Lead III
  • 968 Views
  • 2 replies
  • 0 kudos

Is there any way to change HAL's SDMMC_DATATIMEOUT?

My system has a user-removeable SD Card. If there is a problem with the card at initialization time, the system gets stuck looping in SD_FindSCR() at stm32l4xx_hal_sd.c:3,970 0x8039632 SD_WideBus_Enable() at stm32l4xx_hal_sd.c:3,822 0x803947a HAL_S...

CKugl.1 by Senior II
  • 880 Views
  • 9 replies
  • 1 kudos

Why does my STM32CubeIDE -> Window -> Show View -> FreeRTOS -> FreeRTOS Task List -> FreeRTOS Task List -> Stack Usage only show 1/4 of the actual usage in percent for Tmr_Svc?

I'm working with the "NUCLEO-U575ZI-Q" development board and I compile using STM32CubeIDE 1.11.0. My project uses FreeRTOS and I have clicked Window -> Show View -> FreeRTOS -> FreeRTOS Task List. When I look at the Stack Usage for Tmr_Svc it appears...