STM32CubeMX (MCUs)

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

STM32CubeMX: what kind of discovery board is meant?

Posted on April 23, 2017 at 21:13I wanted to create a project for STM32F407G-DISC1 board (STM32F4DISCOVERY?) but saw two identical lines in the selection dialog (see attach). What kind of discovery board is meant? Or is this mistake?STM32CubeMX 4.20...

STM32F7 - basic LwIP without FreeRTOS

Posted on February 09, 2017 at 16:32 Hello, I am using STM32F769I-DISCO board and CubeMX-generated project (v4.19) for this specific board. I am having troubles to makeminimal working firmware that can just respond to ping sent from my PC. ...

STM32CubeMX USB Device generator bug

Posted on December 18, 2016 at 21:16Today I played with CubeMX and USB CDC device and I found very silly bug in generated code.I chose USB FS Device only mode and I used CDC class. Nothing else set. I did not enable VBUS.Generated code enabled VBUS ...

tm3341 by Associate II
  • 1213 Views
  • 5 replies
  • 0 kudos

CubeMX v4.20.1 LwIP project generation for SW4STM32

Posted on April 20, 2017 at 13:02Hi,I'm wondering that when CubeMX generates LwIP projects, it may be pointing wrong directories for the header files. For example, it generates list of following directories:Middlewares/Third_Party/FreeRTOS/LwIP/src/...

Resolved! STM32F746G-DISCO CubeMX Ethernet buglet

Posted on December 12, 2016 at 16:51CubeMX version 4.18.0 sets the PHY Address Value for the on board PHY (LAN8742A) as 1. This does not work. It cannot even be changed in CubeMX without switching to 'user PHY'. In order for the on board Ethernet to...

hbarta2 by Associate III
  • 1253 Views
  • 6 replies
  • 0 kudos

STM32f446RE Timer6 DMA problem

Posted on April 13, 2017 at 18:08Hello All, I have some serious issue which i am not able to figure it out, i really dont know what i am missing, basically what i am doing is simple, i m using TIM6 (BASIC TIMER) dma to toggle the led. The problem is...

n.serina by Associate III
  • 626 Views
  • 2 replies
  • 0 kudos

Why does UART not work in my project?

Posted on April 12, 2017 at 13:41Hi.I have an stm32nucleo board with the stm32F051 chip.In CubeMX v.4.20.1 I have created a project based on stm32F030 (F051 is not available) where USART2 and Green LED gpio are activated.In main() I loop - toggle th...