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

How to get G++ compiler

I am not getting G++ compiler in my project properties can anyone help me with the steps, i am trying to run model zoo AI project.

Ajay_07_0-1717053365300.png
Ajay_07 by Associate II
  • 400 Views
  • 0 replies
  • 0 kudos

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
  • 623 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
  • 693 Views
  • 1 replies
  • 0 kudos