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! speed & code size stm32cubeIDE vs iar

hi i use of iar embedded workbench arm.But after seeing the ads and features of stm32cubeIDE, I used stm32cubeIDE for testing.There are two major drawbacks to stm32cubeIDE:1. The generated hex code is almost twice as long as iar(in flash memory).2- T...

kshin.111 by Associate III
  • 3688 Views
  • 5 replies
  • 0 kudos

Resolved! Enable STM32CubeIDE FreeRTOS Thread-Aware Debug

Hi, I read a press release that STM32Cube IDE had added thread debug functionality. I have a project that uses FreeRTOS 10.0.1 with trace facility enabled. I am hoping to leverage the FreeRTOS debug tool to aid in my development but at this moment I ...

KDubo by Associate II
  • 1312 Views
  • 2 replies
  • 0 kudos

Resolved! Load MCU flash without reloading the external flash

Hi,In debug mode, is there a way to reload the MCU flash but not the external flash connected to the QSPI?It takes a while for CubeIDE to reprogram the external flash.I do not modify the external flash data between debug sessions, so it would save me...

Hi. I have a STM32F3Discovery card, from that i try to control a Blue Robotics Basic ESC and a M100 motor. I set it up using STM32CudeIDE for a 50Hz PWM signal on PA15. The problem is to send a 1500 microseconds initzialization signal. How do i do this?

Below are example code for Arduino provided in the Basic Esc documentation#include <Servo.h>byte servoPin = 9;Servo servo;void setup() { servo.attach(servoPin); servo.writeMicroseconds(1500); // send "stop" signal to ESC. delay(7000); // delay to all...

MHelg.1 by Associate II
  • 1326 Views
  • 7 replies
  • 0 kudos

How to Change The IROM Address

Hi, Is it possible to change the IROM address using STM32CubeIDE 1.3.0 ?since the default IROM address is started from 0x08000000. So, I would like to change it to 0x08002000. I attach a screenshot. Please see the picture. Please help. Thanks.

0693W000000WNfaQAG.png
Mahendra by Associate II
  • 1150 Views
  • 3 replies
  • 0 kudos

STM32Cube IDE support with SystemView

Hello,I am new to STM32 family and have been using STM32Cube IDE for the past 2 months. I am working on FreeRTOS based project and am looking to use SEGGER's Systemview. I am trying to follow the steps given but am unable to patch FreeRTOS folder and...

0693W000007CQNXQA4.png
PSaga.1 by Associate II
  • 1577 Views
  • 3 replies
  • 0 kudos