STM32CubeIDE (MCUs)

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

Remove all SWV data

When I use SWV Statistical Profiling and click the "remove all collected SWV-data" (red cross button), when I restart the program, no SWV data are collected. Is there a way to overcome this behavior without having to terminate / restart the debug ses...

JPerr.2 by Associate III
  • 927 Views
  • 3 replies
  • 0 kudos

Resolved! Linking new added h and c files to the project

I've created h and c files in Inc and Src folders, I get the following error: "undefined reference to `ILI9341_DrawPixel'*.h file:void ILI9341_DrawPixel(uint16_t x,uint16_t y,uint16_t color);*.c file:while (x >= y) { ILI9341_DrawPixel(X + x, Y + y, ...

ksale.1 by Senior
  • 837 Views
  • 4 replies
  • 0 kudos

Are there integration function library to do integration in STM32H745 ? Are there low pass filter functions that can be used for this problem? if yes , How to use the library functions in STM32 IDE?

I am using ST microcontroller STM32H745Xi for Rogowski coil current measurement.we are using Rogowski coil for current measurement. we have to detect the transient current .Due to Rogowski coil signal, amplitude is different (higher) at high frequenc...

RKhel.1 by Associate
  • 520 Views
  • 0 replies
  • 0 kudos

Support for mbedtls/PKCS7 on a Nucleo-F446RE board

Hi, I need to implement certificate verification based on PKCS7. I use STM32CubeIDE build 12015_20220302_0855. I have enabled the MBEDTLS middleware module and I see that some support for mbedTLS is added to the project, but PKCS7 seems to be missing...

NPlöt.1 by Associate II
  • 1242 Views
  • 5 replies
  • 0 kudos

Resolved! How to setup DMA to GPIO transfer using HAL in the CubeIDE?

My goal is to transfer the contents of an integer array (8 bits per value) to 8 GPIO pins.Using the CubeMX perspective in the CubeIDE (latest version) I configured the DMA2 to work with Timer1 in the memory to peripheral mode. I am using the STM32 F4...

Broyildiz by Associate II
  • 12353 Views
  • 11 replies
  • 0 kudos

Resolved! Disable rebuild on run

Is there a way to stop the project being rebuilt when I run it? I'd prefer to use the last build, rather than building again every time.I checked the project and build configuration options but couldn't see anything. Thanks.

qua by Associate III
  • 1472 Views
  • 3 replies
  • 0 kudos