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

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

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
  • 1009 Views
  • 5 replies
  • 3 kudos

DCMI is not working in STM32U5A5Z

hello OV2640 is used as the camera module I use this fuction  HAL_DCMI_Start_DMA(phdcmi, DCMI_MODE_SNAPSHOT, frameBuffer, length);  And I'm going to receive data through UART.However, the data is not coming. If you have any good ideas, please let me ...

achovy_0-1714636484345.png achovy_2-1714636571233.png
achovy by Associate II
  • 783 Views
  • 1 replies
  • 0 kudos

Resolved! USB bug in latest STM32CubeIDE update and a workaround

Hi,I had previously set up a USB serial  communication that has been working with multiple STM32 types and in multiple projects. With the latest update to STM32CubeIDE Version: 1.15.0 Build: 20695_20240315_1429 (UTC) I had a problem.Problem: unassign...

HWhit.1 by Associate III
  • 722 Views
  • 2 replies
  • 0 kudos