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! The encoding does not switch to cp1251 in stm32cubeide

I have a problem with the output in cp1251 encoding.settings that I made:Window--->Preferences--->General--->Workspace ---> entered CP1251 ---> next apple and closeproject ---> properties ---> Resourse ---> entered cp1251 ---> next apple and close A...

0693W000007BYAUQA4.png

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
  • 1854 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
  • 2573 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...