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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 115 Views
  • 1 replies
  • 3 kudos

STM32CubeMX 4.14.0 bug report - gray comboboxes

Posted on March 26, 2016 at 23:44 I tried a new version 4.0 of STM32CubeMX. I selected the STM32F746G-DISCO board. If I set the Detect_SDIO GPIO: Input ad PC13, closed and openedthe ioc file, then the comboboxes are gray and you can not cha...

0690X00000604u2QAA.png

cubemx + errata

Posted on June 08, 2016 at 18:10I would propose to update the cubemx sw to consider also the errata/chip bugs, to implement the workaround (where there is one) or mark setting as invalid. The tool itself(cubemx) is a very good idea in general, it wo...

Full-Duplex I2S using STM32F7

Posted on October 04, 2016 at 12:48Hello, We want to use the Full-Duplex I2S interface in a STM32F7 (STM32F769NI) but the CubeMX only allow the Half-Duplex feature, and the libraries doesn't support it. Nevertheless, the STM32F4 Cube allows the Full...

Connect 2 board to each other with Ethernet Protocol

Posted on September 19, 2016 at 16:50hiI working with stmf429 board with cubemx and HAL driver and i must run ethernet protocol (with LWIP or without)I want to connect 2 boards to each other (for example press key and led light up in other board) I ...

hamrgh by Associate II
  • 871 Views
  • 2 replies
  • 0 kudos

HAL CAN Bus Transmission Problem

Posted on September 08, 2016 at 16:57Hello,       I am trying to send 1000 values from data stored in DMA on to CAN Bus. i am using the Data frame(8 bits each) of CAN to transmit data but i am not able to receive all the data frames. i am not able t...

ninad911 by Associate III
  • 1074 Views
  • 2 replies
  • 0 kudos

STM32CubeMX FATFX + FreeRTOS

Posted on August 31, 2016 at 14:50Hello!I use STM32CubeMX, STM32F429ZIT microcontroller project contains FATFX and FreeRTOS. I have three questions:1) When the STM32CubeMXcode generates function MX_FATFS_Init () is in the code void StartDefaultTask ...

dr23 by Associate
  • 654 Views
  • 2 replies
  • 0 kudos

Stm32F103 uart2 with STM32Cube Mx

Posted on September 01, 2016 at 13:22Hi, I am using a nucleo - F103RB board for testing its UART. I am using the STM32Cube Mx to generate the codes for the start. I can successfully generate working codes for Usart1 and it can successfully transmit ...