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

Resolved! STM32Cube Pro version?

Is there a way to Upgrade STM32CubeIDE or Pro License for this Software?  It's very anoying e.x. when I try to debug something and the max possible breake point number is 8 or something. Is there is option to avoid this limitations or do you use anot...

EniRot99 by Associate III
  • 1026 Views
  • 2 replies
  • 1 kudos

stm32f7xx_hal.h: No such file or directory

Hello, I have a problem with some errors appearing after generating my code, I get the error:stm32f7xx_hal.h: No such file or directoryThis file exists in Drivers/STM32F7xx_HAL_Driver/Inc, I have also looked into projects included paths and it exists...

Cubeide standard c++ library

Hi everyoneI have a problem with cubeide I developed my project on visual studio and insert vector library in my project know when i want compile with cubeide the error is "no such file or directory".how can i fix this problem.Also i create c++ proje...

Sofia by Associate II
  • 3729 Views
  • 7 replies
  • 0 kudos

Resolved! Simple DAC application to generate Voltage on pin

I am using stm32f407g.I wrote this simple code which (in theory) should give on pin PA4 the voltage set in "DACout_v" (in this case I set 2.8V)Following this document (the section "Digital sine waveform pattern preparation") I derived DOR and then ga...

luke514 by Senior
  • 1127 Views
  • 3 replies
  • 1 kudos

NFC Tag Communication with M24LR04 EEROM

I have an M24LR04 NFC tag on the X-Nucleo-02A1 board connected to the Nucleo-F401RE board. I have initialized the I2C ports and other ports in STM32CubeIDE. I would like assistance writing a simple code to write some data to the M24LR04 EEROM and the...