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

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
  • 657 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
  • 737 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
  • 391 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

Resolved! Error: failed to erase memory

Hi,While flashing code in STM32G474VBT6, I am getting below error. After reinstalling cube ide and cube programmer, same error continues. STMicroelectronics ST-LINK GDB server. Version 7.4.0Copyright (c) 2023, STMicroelectronics. All rights reserved....

Nsg1987_0-1691554608910.png
Nsg1987 by Senior
  • 18410 Views
  • 20 replies
  • 12 kudos

Error while executing with gdb and stm32 processor

Hello, Any idea on which condition below error comes uphandleTargetDeviceEvent(): GDB session, device event: 3handleTargetDeviceEvent(): GDB session, device event: 1Device_GetStatus(): ST-LINK device status: LOCKUPSTM32_SystemReset(): Enter STM32_Sys...

Rashmi by Associate
  • 288 Views
  • 0 replies
  • 0 kudos