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

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
  • 1058 Views
  • 5 replies
  • 0 kudos

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
  • 1107 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
  • 540 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...

Resolved! STM32CubeMX 4.18.0 error in .cproject on OSX

Posted on December 11, 2016 at 23:47Since the last update to CubeMX, new projects created for SW4STM32 on OSX are not compiling anymore. The project settings for C symbols are missing quotes:__weak=__attribute__((weak)) instead of __weak='__attribut...

CubeMX ''user code'' request

Posted on March 31, 2017 at 13:35Hi, I would like to sugest an insertion of 'user code' entry inthe MX_***_Init() functions between the Peripheral init and its NVIC config, like:...... GPIO_InitStruct.Mode = GPIO_MODE_IT_FALLING; GPIO_InitStruct.P...