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

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
  • 1486 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
  • 1679 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
  • 633 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
  • 605 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
  • 1018 Views
  • 6 replies
  • 0 kudos

Resolved! How do i use Generated types in my linked library?

Hi Coders,i have added a library trough linked folders (Source location-> Link Folder..) where most of my code is in that i want to re-use in several projects.But often i see that type's generated by the code generator (ioc) are not "seen" by my libr...

sde c.1 by Senior II
  • 542 Views
  • 1 replies
  • 0 kudos