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 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
  • 2944 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
  • 929 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...