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

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
  • 1706 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
  • 645 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
  • 628 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
  • 1057 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
  • 551 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE 1.11.0 released

STM32CubeIDE 1.11.0 was released today on st.com as well as an in-tool update patch.Caution: The in-tool update does not allow updating debug probe drivers and ST-LINK server tool. Full installer is required for this.What is new in 1.11.0?Target supp...