STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

Read multiple ADC channels using DMA not working.

Hi, I am trying to read multiple ADC channels using DMA method. I am not able to read values. I am not sure what wrong i am doing. /* ADC1 init function */ void MX_ADC1_Init(void) { ADC_ChannelConfTypeDef sConfig = {0};   /** Common config */ ...

RBV by Associate II
  • 1883 Views
  • 10 replies
  • 0 kudos

How I can change glodal encoding?

Hello,I have changed Preferences->General->Workspace->Text file encoding to Default (windows-1251).After clicking 'Apply and Close' IDE striongly restores this property to UTF-8.I have to use windows-1251 encoding in my project.Nevertheless I see 'À�...

KMiha.1 by Associate
  • 2629 Views
  • 3 replies
  • 0 kudos

Resolved! Can't use different RAM Section

Hello,I'm working with STM32H7 and STM32 Cube IDE,I add this in linker script :/* Memories definition */ MEMORY { DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K RAM_D1 (xr...

Debugging hardfault

Hello, I need suggestion in debugging hardfault. I got stack as below, I am kind of unsure how to debug it. CFSR value is 0x00020000 means its INVSTATE.

0693W000007AuZ0QAK.png

avoid flash erasing when debugging

Hello,My simple application should read some configuration which I put by CubeProgrammer from 0x0800C800, I want to debug the application but seems the debugger erases the flash at all. Could you tell me please how to prevent full internal flash eras...

YGU.1 by Associate II
  • 669 Views
  • 2 replies
  • 0 kudos