STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CubeMX LWIP ethernet_link_thread bug

I am using stm32f407zg board with DP83848 ethernet PHY chip. CubeMX generates code with LWIP for FreeRTOS. App used to answer ping successfully when it starts with connected eth cable only and stops after its reconnecting. After some investigation i ...

el_d by Associate II
  • 4216 Views
  • 10 replies
  • 4 kudos

STM32F4 FreeRTOS init code generation issue

When FreeRTOS is enabled in STM32CubeMx for STM32F4 MCUs, the generated code should create the tasks already configured by the user.In this context, a regression was detected in the latest STM32CubeMX version (6.7.0) and only with the STM32F4 series ...

[BUG] CubeIDE doesn't initialize the tasks after osKernelInitialize() in the main file. No user code space is useable between oskernelinitialize and oskernelstart.it gets deleted after each code generation.

HI, I am using STM32F429IGT6 with freeRTOS in CMSIS osV2. CubeIDE V1.11.0 with MCU package F4 1.27.1.After code generation, cubeIDE doesn't initialize the tasks and it has to be manually added. But bigger problem is, user code space can't be used bet...

IZ.Mani by Associate
  • 627 Views
  • 1 replies
  • 1 kudos

LwIP + FreeRTOS not working on STM32F746

Hello folks!I have a STM32F746 MCU on my custom board and I'm trying to get the LwIP + FreeRTOS stack to work, especially the netconn tcp_echo_server example. It's not a hardware related problem, because the same HW has been used on another board (ST...

RCont.1 by Associate II
  • 1793 Views
  • 11 replies
  • 0 kudos

Resolved! Impact and selection of the correct timebase source

Hello ST community,In the software STM32CubeMX there is the possibility to select different timebase sources. By default the SysTick is selected. What criteria should be considered to decide which timebase to use ? What is the advantage/disadvantage ...

Rookie38 by Associate III
  • 2731 Views
  • 2 replies
  • 1 kudos

Resolved! Code generated by STM32CubeMX sets the HAL timebase ISR priority incorrectly when using FreeRTOS? Is it really necessary to have a separate timebase?

My STM32F745VET project was built in MX v6.3.0 and uses FreeRTOS. When SysTick is dedicated to the RTOS I get the following message when I try to build code:"When RTOS is used, it is strongly recommended to use a HAL timebase source other than the Sy...

RBack.1 by Senior
  • 5042 Views
  • 6 replies
  • 2 kudos