STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

TF lite micro library include STM32 CUBE IDE

Hello! I sorley need some help integrating my tensorflow.lite model on the STM32F405RGT6, which i have on a custom board. I have converted the model to a Carray.h but I am struggeling to include the tensorflow lite micro library. I would appreciate a...

Resolved! printf %llu with error

Hi guys,I'm executing the "printf" in CubeIDE to output uint64_t with "%llu", but the printout is wrong.Why does it not support "%llu"?However it can work well in Keil. //debug.c int __io_putchar(int ch) //Redirect printf to uart { HAL_UART_Transmi...

PeterMu by Associate II
  • 2122 Views
  • 4 replies
  • 3 kudos

Resolved! STM32cubeide 1.13.2 & cubeMX integrated

I installed STM32CubeIDE 1.13.2 in the hope that the problem of the 1.13.1 release has been solved (see My old topic ) . Nothing the problem continues to exist. To make the integrated CubeMX work I have to open and close the IDE 3 or 4 times, also if...

Fendo59 by Associate III
  • 3680 Views
  • 10 replies
  • 1 kudos

Resolved! Issue after updating to STM32CubeIDE 1.13.2

After updating to STM32CubeIDE 1.13.2, and updating my workspace, I'm suddenly getting warnings when compiling the STM32_WPAN SHCI library, followed by a handful of linker errors. The warnings are all in `shci.c` and look like this: Project/Middlewar...

crwper by Senior
  • 4506 Views
  • 4 replies
  • 4 kudos

Resolved! Placing HAL functions into ITCM RAM

Hello,Is there a simple way how to tell CubeMX to place HAL drivers (all or selected modules) into ITCM RAM instead of FLASH? Or it is possible only by manual writing directive to each function?If manual way is the only one, is it at least possible t...

APaus.1 by Associate II
  • 1564 Views
  • 4 replies
  • 2 kudos

Resolved! Code Generation do not work

Hi I changed My GPIO name and clicked the Code generation.But the pop-up window turned on and off in an instant, My code didn't change. AND everytime I click the code generation button, I can see the phrase "isbadioc=false" in IOC file.is it IOC file...

dkim.3 by Associate II
  • 1491 Views
  • 4 replies
  • 1 kudos

Resolved! LED blinking project in Embedded C++

Hi,I know how to blink an led in Embedded C, but Currently I am trying to create an led blinking project using embedded C++ in stm32cubeide.So kindly give me some tips how to create it. IDE - STM32cubeide 1.15.0Development board - STM32F401VC discove...