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

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
  • 2197 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
  • 665 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
  • 612 Views
  • 7 replies
  • 0 kudos