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

HardFault

Hi, can i know why i got this error? i click on fault editor but it say no address 0x00. btw this is my hardfault error. i don't know how to solve it 

0693W00000Y9Y1qQAF.png 0693W00000Y9XwWQAV.png 0693W00000Y9Y2KQAV.png
Angle by Associate II
  • 497 Views
  • 1 replies
  • 0 kudos

I2S_DMAResume does not Sync in Slave mode. (CubeIDE)

I am using STM32F446 Nuclero and STM32CubeIDE.​I wrote a loopback code from I2S_ADC (PCM1808PWR) to internal DAC.MCU is slave mode (external clock to IS2_CKIN).I works fine. ​However, when I try to "Pause DMA" and "Resume DMA", I2S of MCU does not sy...

KAJIK.1 by Associate III
  • 1038 Views
  • 4 replies
  • 0 kudos

Problem : SD card with FATFs and mdma

Hello,I work in STM32H743, with the IDE 1.11, SD 4 wires. I followed the tutorial posted in Sep 27, 2021 about a File System on a SD card using STM32CubeIDE but nothing works I even tried to download examples provided by cubeIde but no results.any i...

Kfell.1 by Associate III
  • 972 Views
  • 4 replies
  • 0 kudos

STM32CubeIDE creating objects from a class source outside the project gives a compiler error. Also the constructor of this class is not called.

I created a simple class in a folder outside the STM32CubeIDE:class AT24C256Driver{public: AT24C256Driver(); float get_m_foo();private: float m_foo;};I added the folder to the "C/C++ generals - Paths and Symbols" property of the project.The AT24C25...