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

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
  • 1102 Views
  • 4 replies
  • 0 kudos

stm32f4CubeMx IAR ethernet + lwip project, eth receive problem

Posted on October 11, 2016 at 13:52Hi, I'm creating new project for CubeMx and using freeRtos and lwip. i was able to get eth tx workin(verified in tcpdump) dhcp request with correct mac. I was unable to get ethernet to react on receive -> there is...

teijo by Associate II
  • 646 Views
  • 3 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...

CubeMX bug report: non-portable paths in .GPDSC files

Posted on August 02, 2016 at 18:11I'm using 4.16 on macOS, and noticed the .pdsc file is generated with non-portable, backslash windows path:      <files>        <file category=''header'' name=''\Users\ilg\STM32\STM32Cube\Repository\\STM32Cube_FW_F4...

CubeMX's UART can not receive and transmit at the same time

Posted on May 04, 2017 at 08:47CubeMX V1.12.0I write below code to receive one bye and one bye:HAL_UART_Receive_IT(&huart1, (T_U8*)&g_uart_receive_byte, 1);void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart){ if(huart == &huart1) { //get the byt...

hgyxbll by Associate II
  • 916 Views
  • 2 replies
  • 0 kudos