STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

STM32F407 UART ESP322

hi all,i am trying to use the esp322's TX and RX pins to transmit a string from the STM32F407 and display it to the Hercules. The problem I still have is that it cannot send even though I have selected the correct COM port and Baud-ratemany thank.

noname8888_0-1716992095699.png noname8888_1-1716992444146.png noname8888_2-1716992548436.png

IOC tab not rendering in Ubuntu

I have a freshly installed stm32cubeide 1.13.2 on my ubuntu 22.04 machine and I've created a new workspace with a new project. In the beginning, everything works fine. But after generating code, closing the ioc file tab, closing the IDE and reopening...

split words

Hello i have an Arduino project. I need create an array of words from sentence: char sText[] = "This is a long text."; int x = 0; String arr[5]; //split by space char *token = strtok(sText, " "); while (token != NULL) { arr[x] = token; x++...

Schamann by Associate II
  • 523 Views
  • 3 replies
  • 1 kudos

unable to bootup CYW4373 (2BC/2AE) with STM32L4R9.

HiI'm using STM32L4R9 (I have L4R9I-Eval and on my custom board I am using STM32L4S9ZIJ6) with CYW4373 (I am using EAR00436 and its uSD Adapter, which use 2BC module from Murata which is also mounted directly on my custom board), with ThreadX and Net...

_uttam_0-1716294942274.png _uttam_1-1716295060072.png
_uttam by Associate
  • 592 Views
  • 1 replies
  • 0 kudos

Using vectors in stm32 mcus, vectors in live variables

Is it possible to use dynamic size vectors in stm32 processors (to a certain level)? There is a function where I need dynamic size arrays. If it is possible/decent, how do I see them in live variables? When trying I only see the first element (correc...

avi_m by Associate
  • 316 Views
  • 0 replies
  • 0 kudos

Resolved! Target USB Comms error

Hello all,I am programming on the NUCLEO-C031C6 and have some errors debugging the project. I have connected the board with micro-usb as it must. However i get following error message:Thank you in advance.

dramanovic_0-1716983503415.png dramanovic_1-1716983546123.png