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! Problem with NUCLEO-H743ZI2 and STM32CubeIDE debugging

Hello,I have recently bought the NUCLEO-H743ZI2 board and I can't use the on board STLINKV3 debugger with STM32CubeIDE, in ST-LINK GDB Server mode. However I can debug in OpenOCD mode.The error I get is the following:STMicroelectronics ST-LINK GDB se...

IGrag by Associate
  • 1184 Views
  • 4 replies
  • 0 kudos

From TrueStudio to STM32CubeIDE how to?

Until now I used TrueStudio.But now I generated a project for STM32CubeIDE, suing the seprated CubeMX.I'm using STM32CubeIDE Version 1.3.0, STMCuneMX Version 5.6.1Reinstalled both, but no luck to get it working on Windows 10.And get these error when ...

Jack3 by Senior II
  • 557 Views
  • 2 replies
  • 0 kudos

Resolved! Programming STM32 in bootloader mode under Linux

Good evening (o;Now that my test setup works fine with setting the RTC via USB CDC and entering USB DFU mode due to the excellent help from the community members here....the next little problem arises (o;Which program can be used nowadays under Linux...

Davorin by Senior
  • 5884 Views
  • 4 replies
  • 0 kudos

Binary output code

Hi all,I'm working on TouchGFX project that uses external QuadSPI Flash to store all graphics objects required by my designed HMI.I want to obtain as result of the release building two distinct .bin files that contain respectively: one bin file that ...

EBris.2 by Associate
  • 437 Views
  • 2 replies
  • 0 kudos

Hello, I get a problem debugging my program and I don't know how I can resolve it as my parameters seems good. I am using a NUCLEO32-L432KC with STM32CubeIDE.

My problem is that when I want to debug my firmware, i get a message saying " 'Launching <MyProgram> Debug' has encountered a problem. Failed to execute MI command : <C://____/MyProgram.binary: No such file or directory."That is true I have not a .bi...

Zephyr S by Associate II
  • 534 Views
  • 2 replies
  • 0 kudos

Static Library for STM32H753

I am trying to generate a static library which calls FreeRTOS functions listed below -osThreadDef and osThreadCreateosSignalSet and osSignalWaitosDelayosMutexCreate etc.in System Workbench for STM32.Without including the FreeRTOS Utilit...