STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

arm_math.h with STMCUBEMX

I would like to use the DSP. Unfortunately it already fails because of the #include "arm_math.h".The file is not available in the project.Is there a suitable tutorial somewhere, everything I found so far does not work.I use a STM32F7 and STM32CubeIDE...

DMeix.1 by Associate II
  • 540 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeMX Toolchains greyed out

I am using STM32CubeMX v6.0.1. I am designing for the chip STM32L552RET6. The problem is I want to output as a GPDSC file and the option is greyed out. If I select a different chip, I can select that toolchain no problem. How do I force the applicati...

RMcNa.1 by Associate
  • 817 Views
  • 1 replies
  • 0 kudos

bug report for STM32CUBEMX 6.0

using stm32cubemx 6.0 to make a project for STM32F103RC TIM init.the configuration as follow pictures.the code be generated as a wrong as follow.stm32cubemx version 6.0STM32Cube_FW_F1_V1.8.0

0693W000003BZ7pQAG.png 0693W000003BZ7uQAG.png
Bruno Hu by Associate II
  • 803 Views
  • 3 replies
  • 0 kudos

CubeMX 6.0.1 has a new bug with project setting

I posted previous for 6.0 that there was a bug where it would change your ProjectManager settings from 'Add necessary library files' to 'Copy only the necessary library files'. (https://community.st.com/s/question/0D53W00000DffOTSAZ/updating-from-cub...

0693W000003Ph3yQAC.png
JKaz.1 by Associate III
  • 369 Views
  • 2 replies
  • 0 kudos

Resolved! flash memory-STM32F103C8

 STM32F103C8 , with MXCUBE, MDK-ARM V5. I would like to know how to program to store the counter value in flash memory even in power failure. when power goes up automatically recall the counter value. Please support me to solve this. I am not fully a...

Sbhus.1 by Associate
  • 473 Views
  • 1 replies
  • 0 kudos

CubeMX timer period value generated wrong

CubeMX generates weird number for timer period.I set the timer period to 0xffffffff in the GUI. That results in CubeMX setting:4.294967295E9for the period. That value is wrong. It should be just 4294967295.Is that a CubeMX bug?