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

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
  • 1046 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
  • 598 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
  • 887 Views
  • 2 replies
  • 0 kudos

STM32F303CCT6 - STM32CubeF3.1.2.0

Posted on September 04, 2015 at 15:00Hello,I'm having problems initializing the CAN peripheral, using generated code by Cube.APB1 Peripheral clock is 32MHz (XTAL16*PLL4*0.5PRESC).The device cannot get INAK cleared after clearing INRQ.Pins seem to be...

George.P by Associate III
  • 638 Views
  • 2 replies
  • 0 kudos