STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why systick timer interruption is occurring correctly on a nucleoboard debug session but it is never ocurring when the same fw is on a same mcu based custom board?

I am stucked 4 days at HAL_systickInit part of a code that was generated by Cube MX. I'm using:CubeIDE 1.6.1HAL drivers firmware layerFreeRTOS Middleware Nucleo-F207zgCustom pcb (very simple circuit board --> write and read GPIO from 32pin connector ...

genisuvi by Associate III
  • 451 Views
  • 2 replies
  • 0 kudos

Resolved! Functions missing in FreeRTOS CMSIS v2 using STM32CubeIDE

I'm trying to use these two functions in STM32CubeIDE within FreeRTOS CMSIS v2:osKernelSuspend()osKernelResume()My goal is to put the microcontroller in STOP MODE.I get an error when compiling the project.The problem seems to be the following: the tw...

flavio23 by Associate III
  • 1531 Views
  • 7 replies
  • 1 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
  • 927 Views
  • 2 replies
  • 0 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...