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

CubeIDE - debugging startup process

When I start debugging - there is unnecessary focus switching between the startup_stm32f* editor, the focus is constantly broken from the current window and CubeIDE switches the focus to itself - this is strange behavior. Is it possible to remove the...

OlegAjax_0-1723714218174.png
OlegAjax by Associate II
  • 341 Views
  • 1 replies
  • 0 kudos

Resolved! PWM configuration

Hi, I'm a newbie in this embedded board and I'm having a hard time setting up the PWM pins. I'm currently using an STM32F103RB with a bldc motor driver shield that has pin 5, 6, 9 for PWM input.The corresponding pins for them are PB4, PB10, PC7 so I ...

Issue: No source available for Bootloader

Hello,My project was working fine, but suddenly I cannot debug or run it with the original bootloader anymore. The project is created and generated by TouchGFX Designer.This is the error message I get when I try to debug/run the project.I am sure tha...

mids400_0-1723200878741.png
mids400 by Associate III
  • 827 Views
  • 4 replies
  • 1 kudos

DS18B20 not registering with internal pullup resistor

I am trying to use the DS18B20 temp sensor on a stm32h7 board to display the current temperature using putty, and if the temp is higher than 45 degrees celsius to display a heat warning, but for whatever reason the sensor is not beign registered. I h...

smakivic by Associate
  • 857 Views
  • 3 replies
  • 1 kudos

Is there a software update override option?

Hello,I am a Lab Instructor at the University of Waterloo, Ontario Canada.I am using the STM32CubeIDE tools in my lab. There are about 200 students using my lab every term. I have the STM32CubeIDE tools running on 24 workstations in the lab and I hav...

CPope.2 by Associate
  • 1121 Views
  • 3 replies
  • 2 kudos

STM32U0_OTA mode

/* USER CODE BEGIN Header */ /** ****************************************************************************** * @file : main.c * @brief : Main program body *****************************************************************...

Issue in CAN commnuication with STM32466RE

I am currently working on a project involving two STM32F446RE microcontrollers, each connected to a CJMCU-2551 MCP2551 CAN Protocol Controller High-speed Interface Module. The setup is intended to facilitate CAN communication between the two microcon...