STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

stm32f745vet does not flash through STM32CubeIDE

After STM32 ST-LINK Utility, everything works fine with such settings, I can flash the hex file, the firmware works.But if I try to enter debugging through STM32CubeIDE 1.0.0, then this error always appears:Error in final launch sequence:   Error in ...

0690X00000ArwBwQAJ.png 0690X00000ArwC1QAJ.png

STM32F429I example projects

I want to start programming the STM32F429I by studying some example programs provided by ST or some users.Online I found few tutorials and someone recommended using the examples in: "STM32Cube_FW_F4_V1.0\Projects\". I tried to open a few examples on ...

luke514 by Senior
  • 5095 Views
  • 7 replies
  • 0 kudos

Resolved! Developing on an STM32CubeIDE project with lwIP + FreeRTOS

Is there a guide to follow ? How is memory assigned to lwIP ? Is it running on a separate task ?I'm running a Mongoose demo which requires a big stack. I'm using the default task created by CubeIDE which just inits lwIP and goes to sleep on an infini...

scaprile by Associate III
  • 3908 Views
  • 5 replies
  • 0 kudos

Stm32cubeide not setting variables of a structure as volatile

Hello,A simple question regarding STM32CubeIDE and its compiler.For example, I declare: typedef volatile struct { uint8_t myVariable;  } myType;Live Expression-Type shows myVariable as uint8_t only. It should make all the members inside volatile as t...

xgn by Associate II
  • 858 Views
  • 1 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...

Resolved! Hello, I have a question to the memory.h file and ExtMem_Boot:

I am trying to get an example "TIM_timeBase" to run with the STM32H750B Discovery Board. The readme file says the following:  1. Select required configuration in memory.h in Templates\ExtMem_Boot\Inc.But, I have many of these files, for Cube V1.9.0, ...

pk84 by Senior
  • 1322 Views
  • 5 replies
  • 0 kudos