STM32CubeIDE (MCUs)

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

STM32 debugging issue.

Earlier I used the STM32CUBEIDE 1.7.0 version it works fine then I update it to 1.8.0 then I faced an issue while debugging it showing an Error in the final launch sequence:Failed to start GDB serverFailed to start GDB serverjava.lang.NullPointerExce...

JP_RS by Associate II
  • 6110 Views
  • 13 replies
  • 0 kudos

Hi I have problems with STM32CubeIDE and the initialization of the Sensor vl53L0x, the api I import it to the middleswares folder. The error 'undefined reference to DataInit...'.

#include "main.h"#include "vl53l0x_i2c_platform.h"#include "vl53l0x_api.h"#include "vl53l0x_platform.h"#include "vl53l0x_platform_log.h"I2C_HandleTypeDef hi2c1;RTC_HandleTypeDef hrtc;/* Private function prototypes ------------------------------------...

VDein.1 by Associate
  • 746 Views
  • 2 replies
  • 0 kudos

Resolved! How to open Keil Project to STM32cube IDE?

I am not a programmer and beginner in Embedded software, I recieve a keil project from another person. I need to change some parameters in the project. I have STM32cube IDE with debugger. So how to open the keil project with its file to STM32cube IDE...

TReaz.1 by Associate II
  • 4739 Views
  • 6 replies
  • 0 kudos

Resolved! Delayed interrupts during FMC access on stm32h7 ?

tested on nucleo stm32h723 board with STM32CubeIDE (only main.c is modified)What does this example?Timer3 triggers an interrupt every 40 microseconds. The interrupt toggles PC8 for ~2ms. Additionally we trigger a FMC data transfer every second for 10...

0693W00000aJiQAQA0.png
UBart.2 by Associate II
  • 3486 Views
  • 11 replies
  • 0 kudos

Problem with UART and STM32F413ZH

Hello,i have a problem and hope that someone can help me. I've been trying to find a solution for days now and I'm just not able to get any further.I would like to set up a UART interface using register. Unfortunately nothing gets to the PC.What I ha...

JLask.1 by Associate
  • 1633 Views
  • 8 replies
  • 0 kudos