STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

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
  • 829 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
  • 887 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
  • 446 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...

STM32 VCP plug and play

Posted on April 07, 2017 at 08:05Hello,im using the STM32F407 DIS with CubeMX to generate a USB CDC device.All works fine but if i unplug the STM32f407 and then plug in, Windows 10 didnt detect the driver(just unknown USB-Device)i have to reset the ...