STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

The best way to convert non-CubeMX project to STM32CubeMX ?

Posted on July 10, 2018 at 19:25Hello, can somebody share the most efficient steps to convert non-MX project to a STM32CubeMX structured one? Most (or all?) of the Cube examples are not MX-generated hence they are not structured accordingly. So far ...

eBirdman by Senior II
  • 1437 Views
  • 6 replies
  • 0 kudos

Resolved! CAN BUS CubeMx Settings and Transmit - F091CC

Posted on July 05, 2018 at 10:42Greetings everyone,   I encountered a problem with CAN bus during individual work with STM microcontrollers. First of all I would like to give you some information on what I use.-I am using a microcontroller STM32f091...

0690X00000604jiQAA.jpg 0690X0000060CCDQA2.png 0690X0000060CD6QAM.png 0690X0000060CCIQA2.png

Stm32cubemx + Stm32 HAL (S)RAM usage

Posted on July 11, 2018 at 10:15Dear Community,I am new to the STM32, have used the Renesas platform in the past, it seems to me that the STM32 HAL is using precious (S)RAM memory for information that could be considered constant.For each peripheral...

STM32CubeMX Error Init ADC STM32F1xx

Posted on July 09, 2018 at 12:32 STM32Cube V1.0 / Version 4.0 It does this: LL_ADC_REG_SetSequencerRanks(ADC1, 1, LL_ADC_CHANNEL_TEMPSENSOR); Should be : LL_ADC_REG_SetSequencerRanks(ADC1, LL_ADC_REG_RANK_1, LL_ADC_CHANNEL_TEM...

Resolved! STM32F042F4P6 keeps resetting, IWDG ?

Posted on June 30, 2018 at 23:23Hello,I have a custom PCB with a STM32F042F4P6.The STM32 keeps resetting at a rate of 2.5 Hz. I measured this with a scope on the NRST pin.After a long search i found out that the IWDGRSTF flag is set after each reset...

Facing basic problems with cubemx

Posted on July 08, 2018 at 11:54Hi,i am facing some basic problem while working with cubmx. i had used cubemx earlier and it was working fine.after month i again started using it, i am facing problem.before month i configured usb, uart and adc as we...

SS.Sagar by Associate III
  • 472 Views
  • 1 replies
  • 0 kudos

bin file is not built by project generated by CubeMX 4.26

Posted on July 03, 2018 at 07:41After upgrading to STM32CubeMX 4.26 I found, that System Workbench project generated by CubeMX, doesn't produce .bin file during build. Output directory contains .elf and .hex file. In previous versions there was also...

Migrating code between STM32F4 MCUs using STM32CubeMX: exporting vs importing approach - what is preferred and when ?

Posted on July 08, 2018 at 03:39Hello, there are two approaches outlined in the UM1718 user manual using STM32CubeMX to migrate a project to another MCU of the same family:1. CH. 7.9  Importing a project to another MCU in the CubeMX by creating a ne...

eBirdman by Senior II
  • 534 Views
  • 0 replies
  • 0 kudos