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

Resolved! CubeMX: Where to place own source/header files?

Posted on June 23, 2017 at 15:24Hey guys,i just created a project for the STM32L4 Discovery Board with CubeMX (I'm using Atollic TrueStudio). I assume that CubeMX always generates the same structure, namely the folders 'Drivers', 'Inc', 'Src', 'star...

STM32F7: Keil Logic Analyzer

Posted on June 17, 2017 at 22:41Hi everyone,I decide to start a discussion about the use of the Keil (v5) logic analyzer with the STM32F7 MCU.For example: in the STM32F7 cube examples there is an interesting example about the ADC capability of the F...

Problems with CubeMX and MDK-ARM

Posted on June 15, 2017 at 21:54Hi, I'm trying to develop my own libraries to use a lux sensor MAX44009 with an STM32L476RG-Nucleo. I've modified the example I2C_TwoBoards_ComPolling and using its configuration I was able to set up and read the valu...

How can I use audio codec in STM32CubeMX?

Posted on June 06, 2017 at 19:48Hello.I use STM32CubeMX for programming of a STM32F407 Discovery board.I want to play a sound using audio codec.Unfortunately I can't communicate with codec by I2C and I2S.There is no any sound in headphone.Is there a...

Generating code of STM32072B-EVAL from CubeMX

Posted on June 08, 2017 at 10:48Hi,i'm trying to generate code of STM32072B-EVAL via CubeMX, the Tollchain i use is MDK-ARMV5.I notice that the board support in manage run-time environment didn't match with STM32072B-EVAL evaluation board and it rep...

Resolved! STM32F303VB: ADC HAL.. not implemented?

Posted on June 01, 2017 at 13:47Hi,I'm using STM32CubeMX (STM32Cube_FW_F3_V1.8.0) to generate ADC HAL code for my custom board based on STM32F303VB.I see that ADC HAL is not implemented. Only API is givenIs it available in new releases (if any) ?Is ...

Prasant J by Associate III
  • 724 Views
  • 4 replies
  • 0 kudos

Bug: CDC_Control_FS() in usbd_cdc_if.c is empty

Posted on May 25, 2017 at 22:17I've experienced random and unexplainable problems with CDC communication over USB, while using CubeMX-generated code.The PC was always able to enumerate the COM port, but sometimes it was unable to open it, (Windows r...

0690X00000606zFQAQ.png
infor by Associate III
  • 1221 Views
  • 2 replies
  • 0 kudos

STM32F4 works twice as fast

Posted on May 25, 2017 at 13:10I use SW4STM32. I noticed that when I generate a project with SW4STM32, the speed of my STM32F401VBT6 is twice faster. For example, HAL_Delay(1000) actually awaits 500ms. USART1 transmits data on the speed 230400, alth...