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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

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

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