STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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
  • 1641 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
  • 1583 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...

arnold_w by Senior II
  • 1743 Views
  • 4 replies
  • 0 kudos

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
  • 661 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE -> Window -> Show View -> FreeRTOS -> FreeRTOS Task List -> FreeRTOS Task List only shows addresses, not userfriendly object names

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. However, when I halt execution and take a look at the...

arnold_w by Senior II
  • 650 Views
  • 1 replies
  • 1 kudos

Resolved! Application runs very slow using the debugger

Debugging via SWD using either STLink or JLinkEdu from STM32CubeIDE to a STM32F405, I've noticed the application runs around 16 times slower when its run in the debugger.Also the USB (Virtual Com device) does not even appear on my host PC when the de...

How can I represent multiplicative inverse in GF(2^8)?

Hi, I'm here to seek help.I would like to represent multiplicative inverse in GF(2^8), using textLCD in mCube cortex m4 with stm32407vg.I'll use functions, unsinged char xtimes(); and unsigned char inv(unsigned char a);And also, I want to represent r...

qcho.1 by Associate II
  • 1077 Views
  • 6 replies
  • 0 kudos