STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

FreeRTOS + SystemClock Behavior

Hello,I am using STM32L4A6VGTxP with CubeIDE and want to create a system with FreeRTOS.However, I am having the following problem when running the system under FreeRTOS while changing the SystemClock.Is there a solution?Configuration・Custom boards us...

ma-hara by Associate II
  • 1035 Views
  • 4 replies
  • 0 kudos

STM32CubeIDE - procedure for cloning a project

It was difficult to learn how clone an existing project for a dual-core STM32H747i-DISCO board. Here are the steps that I used (after much researching and trials and errors):1) Copy the existing project folder called 'OLD' into a new folder called 'N...

Resolved! Erase a group of sectors before programming

Hello,is it possible to add a command in the startup tab of the debug configuration, to erase a group of selected sectors, before programming?For example I want to erase sectors [16..63], but not sectors [0..15].I have only found the "monitor flash m...

CTabo.1 by Senior
  • 1400 Views
  • 8 replies
  • 2 kudos

Store variable in EEPROM STM32L011

I am experiencing an issue when I try to store arrays of data in EEPROM. My intention is to define these arrays in code and have the compiler store them in EEPROM memory space.I am using an STM32L011E4 device which has 512 bytes of EEPROM at memory l...

SHDK2000 by Associate
  • 867 Views
  • 4 replies
  • 0 kudos

STM32H7 DMA_MDATAALIGN_BYTE Error - CubeMX problem

Reference:STM32H7MCU package 1.11.1CubeIDE 1.13.1This is not a new problem but perhaps a new perspective.  I answered regarding this in a previous post but wanted to bring up anew because of the change in tack.The problem is this: After setting up an...

STM32CubeIDE hangs when printf to SWV ITM Data Console

Evaluation board: STM32L476G-EVALA simple program created using FreeRTOS and Configuration: SYS > Debug: Trace Async Sw.FreeRTOS running a single task. The task prints out a line every 1 ms.The single task has the following loop: for (int32_t i = 0;;...

Garland_0-1689861432320.png Garland_2-1689861548861.png Garland_3-1689861671103.png
Garland by Associate
  • 1216 Views
  • 4 replies
  • 0 kudos

Resolved! STM32f4291-DISC1 ADC

I'm using ADC1 in stm32f429-DISC1 board but the PA2 pin that I'm using for one of my channels is not giving the correct values compared with other pins of different channels.PA0 gives 900 as peak value whereas PA2 giving 150 for the same signal.

Resolved! Help explain why this #include isn't working

Hi Folks,I'm trying to build a LVGL project and I'm running into a problem that I can't resolve. I get 25 errors all saying the same thing - "stm32f7xx.h" - no such file or directory.Here are my include settings::Here's the first of the 25 errors:C:/...

error_msg.JPG