STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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! 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 II
  • 690 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
  • 2554 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
  • 810 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...