STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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

STM32IDE Toolchain using 2 Compiler in one Project

I would like to use 2 Compiler in one project, the old compiler for the bootloader, where addresses should not change for application and the other for the application to use a newer version.First I tried to select either or from the C/C++ Build -> s...

koster by Associate III
  • 441 Views
  • 1 replies
  • 0 kudos

Hardfault Error While Debugging in Systemview

The SystemView is running properly when I don't integrate TouchGFX into STM32CubeIDE. However, when I integrate TouchGFX into my code, I'm able to debug with ST-Link. On the other hand, when I use J-Link, I'm getting a hardfault error while debugging...

Anil1472 by Associate II
  • 3347 Views
  • 9 replies
  • 1 kudos

Resolved! SPI Not communicating with aurdino

So , I wrote all driver my self so dont know how to ask this but i can provide you with few code.This is main.c file and other driver file is attached below........#include <string.h>#include "stm3f407xx.h"void delay(void){for(uint32_t i =0;i<500000/...

Resolved! LIve Exressions says " Failed to evaluate expressions.".

Hi.I am developing on STM32CubeIDE with F446RE Nucleo, and I want to get the voltage value by calculating ADC value.But that doesn't work.Here is the "main.c".I made two variables.(" ADC " means ADC value, " v " means voltage value.)Red texts are tex...

MED2972 by Associate III
  • 2717 Views
  • 13 replies
  • 8 kudos

Resolved! Self initializing UART with Pin Stackign

Hello everyone,I have not conventional question. My purpose is to create code where 2 pins are used as two different interfaces (I2C1 and USART3). I know that pin Stacking option is just theoretical as no code is generated for this interface. I found...

MŻbik.1 by Associate II
  • 1709 Views
  • 5 replies
  • 3 kudos

Resolved! The end . bin file

Hi all,I plan to update my MCU. I would like to upload to MCU. bin file. If I understand correctly, this file can be uploaded entirely to the initial address of the MCU. It should not contain any extra data. I checked this file and just before the en...

Dabi by Associate
  • 524 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeIDE debug FreeRTOS queues

I am trying to view and debug the queues in my FreeRTOS project. To do this, I have to add the queues to registry with vQueueAddToRegistry. However, vQueueAddToRegistry takes an argument to a QueueHandle_t and in the project generated with STM32CubeM...

sute by Associate III
  • 1062 Views
  • 1 replies
  • 0 kudos

Not able to debug using ST Link

What might cause the attached in ST error message in Cube IDE (V 1.13.1.It used to be able to Deug my program, until i updated the STLink firmware ( Pop up prompted me to update), i tried uninstalling the IDE, installng it again, same error message.....

AHamad by Associate
  • 1553 Views
  • 4 replies
  • 1 kudos

How can I exclude a file from the .extsettings?

Hello Team,I am trying to use the .extsettings to handle my project structure in the stm32cubeIDE. I want to exclude a particular file from the list of source files that I have in my directory. However, I did not find any solution for this in the use...

Jansunil_0-1698050247275.png
Jansunil by Associate II
  • 576 Views
  • 1 replies
  • 0 kudos