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

copy STM32 project in stm32cudeide

I has a dev board and i sets some settings to fit the board.I wants it to be a temple.but i can't find a way to copy the project.is it having ways to do this in stm32cudeide 1.1.0?

JH1 by Associate II
  • 395 Views
  • 1 replies
  • 0 kudos

Does cubeide assign the wrong stack size?

When I use CMSIS RTOS I set a stack size of 128 words. Then the following code is generated: /* Create the thread(s) */   /* definition and creation of cmdHandlerTask */   const osThreadAttr_t cmdHandlerTask_attributes = {   .name = "cmdHandlerTa...

AGarp.1 by Associate II
  • 1148 Views
  • 5 replies
  • 0 kudos

Unable to flash new firmware. Nucleo F722ZE on MacOS

I've been working on a project for a while (I2S based). I seem to have done something to confuse the IDE. Now when I try and debug, it says it's connected, but the Nucleo F722ZE is still running the previous firmware. The debug does not step into the...