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

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
  • 1347 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
  • 2275 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
  • 1198 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
  • 1035 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...

Cubeide Internal Error

Hi,I get an error like this when I first compile any project, regardless of controller and code. This error occurs after the project is successfully compiled. If there is an error in the code, this error does not occur because the compilation is not ...

AUNAL.1 by Associate
  • 486 Views
  • 0 replies
  • 0 kudos

Resolved! Unit tests in STM32CubeIDE

Currently I'm developing within the STM32CubeIDE for an STM32F373CC.I use the main.c as entry point into a wrapper and program all of the rest in C++. I generally try to keep any HAL code outside of simple classes that can be unit tested easily. Idea...

0693W000004I6ydQAC.png
MMich.2 by Associate II
  • 6942 Views
  • 9 replies
  • 2 kudos