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

STM32F767 DTCM cache - static variables

Hello,i have enabled D-cache and I-cache and im trying to place static variables into D-cache:   __attribute__((section(".dtcmram"))) __attribute__((aligned(32))) static float32_t FFTOutput_average[MAX_FFT_PRINT_SIZE] = {0};   I updated linker script...

Petr3 by Associate III
  • 409 Views
  • 6 replies
  • 0 kudos

Resolved! utf16 file encoding in CUBEIDE

Hi,I have a c++ file with a table of utf16 c style strings encoded as utf16. I need this file to be encoded as utf16 for the compiler to understand correctly the 'special' characters. In IAR, it was super easy as the compiler could read both utf8 and...

GMeur by Senior II
  • 193 Views
  • 1 replies
  • 1 kudos

Ethernet_F439_Error_Handler

 I am using a standard working example of STM32F429ZI on an STM32F439ZI. Usually if the pinout match, these codes work if the series differs also. But the Ethernet initialization is not happening and since the code is given by STM32 Cube IDE, unable ...

Screenshot 2025-01-09 105141.png