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

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
  • 576 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
  • 3780 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
  • 2830 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
  • 1405 Views
  • 8 replies
  • 0 kudos