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

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
  • 575 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
  • 889 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...

Resolved! Can stm32F446 TIM2 run at 180Mhz

Posted on May 24, 2017 at 11:49Hi, I've got this from the F446 data sheet.I hope that I can run TIM2 at 180MhzHowever, it seems that APB1 peripheral CLK can only run at 90Mhz as the cubeMX indicates as followed:So can I really make TIM2 run at 180MH...

0690X00000602SQQAY.bmp 0690X00000602OjQAI.bmp
Zt Liu by Senior III
  • 841 Views
  • 4 replies
  • 0 kudos

Resolved! STM32CubeMX 4.19.0 LWIP problem

Posted on February 02, 2017 at 11:28New version of STM32CubeMX 4.19.0 is giving the following error. what is the problem with LWIP version 2.0.0?#stm32cubemx-4.19.0-lwip-problem

0690X00000603XIQAY.jpg

STM32CubeMX disables SWD by default for F1

Posted on November 12, 2016 at 23:43I use STM32CubeMX 4.17.0. I create a new project and select any F1. Then, I generate a source code. In function HAL_MspInit() I see following lines:    /**DISABLE: JTAG-DP Disabled and SW-DP Disabled     */  __HAL...