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

Stm32CubeIde under linux problem

Hi,I've installed STM32CubeIde under linux ubuntu 16.04LTS.....all seem to goes well and faster than window's version but there is a important problem. When I select a global variables or add it to a expression window, I can see it's value but i can'...

DMast.1 by Associate II
  • 314 Views
  • 0 replies
  • 0 kudos

Float value gives hard fault in STMCubeIDE

Hi,I am using a STM32F4/STM32L4 MCU and STMCube IDE (1.3.0) for the development. It gives ma a hard fault when I print float values.float value = 3.14f; printf("Value: %f\r\n", value);I have enable -u _printf_float as mentioned in attached image. Wil...

0693W000001r1wzQAA.png
NOza.1 by Associate II
  • 850 Views
  • 3 replies
  • 0 kudos

How to build a .dfu file from an STM32CubeIDE project?

The code compiles and works on the Nucleo H743ZI2.The contents of the Debug directory are:$ ls -lA Debug/total 3132drwxrwxr-x 4 chris chris   4096 Jun 19 11:51 Coredrwxrwxr-x 3 chris chris   4096 Jun 19 11:51 Drivers-rwxrwxr-x 1 chris chris  30384 Ju...

CDew.1 by Associate III
  • 592 Views
  • 0 replies
  • 0 kudos

Resolved! Enable automatic code generation STM32CubeIDE

Hi,I work with STM32CubeIDE Version: 1.3.1Build: 6291_20200406_0752 (UTC)I somehow managed to disable automatic code generation for altered *.ioc file.Now it doesn't automatically regenerate the source files according to the changesI made in the conf...

PGroe.2 by Associate III
  • 5746 Views
  • 1 replies
  • 0 kudos

32G431 power supply problem

HelloI am a total beginner in the STM world. Two months ago I migrated from arduino to STM and this forum hase been a lot of help. But for this problem I cannot find a rational explanation. Anyway I am making a custom board with the 32G431KB MCU and ...

JJeba.1 by Associate II
  • 1020 Views
  • 6 replies
  • 0 kudos

ETH initialization code

Thank you for helping.environment:STM32CubeIDE Ver1.3.0STM32CubeMX Ver5.5.0board: STM32F769I-DISCOOpened ETH Mode and Configuration from ioc file in IDE and selected RMII in Mode.I'm going to build and generate the initialization codeCan't create MX_...

Ebun.1 by Senior
  • 354 Views
  • 0 replies
  • 0 kudos

HAL DAC output problem

Hello all,I need to use DAC on STM32F091 MCU. I have configured it in cubemx - Channel1 - output PIN PA4, output buffer enabled, no trigger.,in Main.c is next:static char dac_tmp=200;set_DAC_output(dac_tmp); if (HAL_DAC_Start (&hdac, DAC_CHANNEL_1 ) ...

AKerp.1 by Associate
  • 1981 Views
  • 3 replies
  • 0 kudos