STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

Resolved! callback not getting triggered by 1us timer (TIM5)

HI,I set TIM5 up to trigger every 1us (APB1 42MHz) with the below function and I expect HAL_TIM_PeriodElapsedCallback() to be invoked every 1us but that's not the case. How do I make sure that the callback gets invoked properly?My init function:stati...

debug by Associate III
  • 1153 Views
  • 4 replies
  • 1 kudos

configuration

Hi,I now implementing i2c with 1 master (U575ZI-Q) and 3 slave (LK432KC).I confirmed my code. It worked well.but after changed title of the project and deleted some project, it made me confued,, so I made every(1master 3slave) project new. Here is th...

eunni_0-1714758042670.png eunni_1-1714758057098.png eunni_2-1714758125923.png eunni_3-1714758171256.png
eunni by Associate III
  • 2618 Views
  • 7 replies
  • 0 kudos

Resolved! Code Generation - USB OTG HS STM32H723ZGT6

Ran into a issue with a fresh blank project, only USB OTG HS turned on. Computer would recognize the usb device but as soon as I would turn any level of optimization on the computer would no longer detect the usb and show it as connected.  I was able...

stm32l051c8 standby mode

hi all currently i am working with stm32l051c8 , using that i can work with standby mode, its not entering to standby mode, can  u guide me any oneif (__HAL_PWR_GET_FLAG(PWR_FLAG_SB) != RESET){__HAL_PWR_CLEAR_FLAG(PWR_FLAG_SB); // clear the flag /** ...

Resolved! STM32CubeIDE Library issues

Hello, I am trying to use the TensorFlow Lite Micro library for my project in STM32CubeIDE.I have made a folder for the library in my project as shown: I have included the directory for the folder in under the "Path and Symbols" tab:When I simply try...

mathieusteketee_0-1714264556733.png mathieusteketee_1-1714264745926.png mathieusteketee_2-1714264895949.png mathieusteketee_3-1714264973248.png

Resolved! Is it possible to load an array data while debugging?

Hello,I would like to know if is it possible to load an array data (from a text file or something like that) while debugging.Imagine to have the array int data[100];I would like to be able to fill it (while debugging) with values generated by me.Is t...

Nexum by Associate II
  • 1316 Views
  • 5 replies
  • 3 kudos