STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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
  • 942 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
  • 969 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
  • 815 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
  • 1120 Views
  • 3 replies
  • 0 kudos

How do you get STM32CubeIDE to include the Nucleo BSP?

When starting a new project for a Nucleo board I select the Nucleo board in the board column and then I select Next and I see the pin diagram with the LD2 and B1 pins selected. But the BSP folder with *_nucleo.c and *_nucleo.h are not there and very ...

warm38 by Associate III
  • 329 Views
  • 1 replies
  • 0 kudos

What is the good way to import an STM32 project that compiles on a server which uses a makefile and no IDE into STM32CubeIDE in order to debug it.

Hello everyone,I want to debug an existing application (STM32F405) of my company which has been coded without IDE (so just makefile and gcc on our server) and using the stlink to flash. I imported this project with the option "makefile project" on th...

TKopp.67 by Associate II
  • 572 Views
  • 4 replies
  • 0 kudos