STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32H735G-DK: Device in lock up state, possibly "read and debug" protected. Use monitor commands to remove the protection // Failed to execute MI command: load

HelloI have:1. STM32CubeIDE (Version: 1.10.1, Build: 12716_20220707_0928)2. STM32H735G-DK boardI have tried running a demo from TouchGFX app (4.20) and it flashes and run well, but I have a problem with running 'FreeRTOS' example created in 'Example ...

VBout.2 by Associate II
  • 287 Views
  • 0 replies
  • 0 kudos

How to solve strange hard fault issue

Building a custom board, which can accept either an STM32F205 or an STM32F405. Have boards with both MCU built. System running FreeRTOS 10, with three tasks total.Embedded software has shared application code between the two builds, only the stuff ge...

MClar.3 by Associate II
  • 1193 Views
  • 7 replies
  • 0 kudos

Compiler optimization does not produce correct code

Hi there,I have encouraged a strange behavior inside newlib_lock_glue.c.On few devices the code does note execute correctly when the optimization is turned on.To me it looks like the optimization throw away the return and just continue evaluating. th...

0693W00000UokFgQAJ.png 0693W00000UokG5QAJ.png
Fero by Associate II
  • 711 Views
  • 3 replies
  • 0 kudos

FreeRTOS debugging on stm32F401 is not possible

Hi everyone. I use CubeIDE 1.10.1 and CubeMX 6.6.1 MCU stm32F401CCU6 stm32H750. StlinkV2 or J-link Ultra.When I start debugging FreeRTOS I get stuck in the osKernelStart() -> vTaskStartScheduler-> xPortStartScheduler-> prvPortStartFirstTask-> and I s...