STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! Not able to configure Pin for STM32L432KCU6

I have seen a lot of videos for pin configuration. The one thing I have noticed is that whenever they configured the pin the chipset would be highlighted (Fig.1) but as you can see in the image my pin UI (Fig.2) is not highlighted and I guess because...

JaiminDesai_1-1689848238647.png JaiminDesai_2-1689848286371.png

CubeIDE doesn't honor resource exclusion

Hi - I'm using the STM32CubeIDE v1.13.  Whenever I generate code from an .ioc then any resource exclusions I've made are removed/lost.  This was also true of v1.12 and previous versions.Is there a way to persist the resource exclusions across code ge...

MMill.6 by Associate
  • 884 Views
  • 3 replies
  • 0 kudos

Resolved! Send an array of integers over UART

I want to send an array of integers over UART in one go. I was able to do this using for loop as below.But I want to do it without for loop as it is taking time to send over UART. How to send the integer data over UART in one go?This is the data I wa...

AKhot1_0-1690178079538.png AKhot1_1-1690178406237.png
AKhot.1 by Senior
  • 7831 Views
  • 11 replies
  • 1 kudos

Resolved! STM32CubeIDE - SWV Profiling

Hi,I use the SWV Profiling tool quite a lot towards the end of my projects to "fine tune" the speed and efficiency of my code. i.e. what code to run from ram, whether to use cacheing, find inefficient algorithms etc.It would be handy to export the Pr...

Snag_e50b894.png