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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1578 Views
  • 0 replies
  • 2 kudos

The system time

Posted on August 05, 2016 at 11:56I wanted to try out the CubeMX. I'm a bit stuck with some time issues. In standard peripheral I used system_get_time();What is the equivalent of this function in CubeMX?I found HAL_RCC_GetHCLKFreq(); that could be i...

CubeMx STML0 USB Hid Bug

Posted on August 04, 2016 at 10:36Hi everyone, I developed STM32L0 USb hid application with Cubemx,I send to data computer with usb hid interface.But I cannot send ascii zero(null )character.Other character send succesfully. For example my buffer li...

CubeMX and FreeRTOS : USE_RTOS set to 0 ???

Posted on July 29, 2016 at 16:10We use CubeMX .We have selected ''FreeRTOS''In the file ''stm32l4xx_hal_conf.h''  ''USE_RTOS'' is set to 0.See the following line:&sharpdefine  USE_RTOS                     0U It seems strange .the goal was to modify ...

gillou by Associate
  • 1010 Views
  • 0 replies
  • 0 kudos

micro SD Card Programming on STM32F7 Discovery Board

Posted on July 28, 2016 at 19:10Hello,           https://www.youtube.com/watch?v=kRhF44v2ezMhttp://https//www.youtube.com/watch?v=kRhF44v2ezM https://www.youtube.com/watch?v=kRhF44v2ezM The initialization code was generated using STM32CubeMx  #sd...

micro SD Card Programming on STM32F7 Discovery Board

Posted on July 28, 2016 at 19:06Hello,            https://www.youtube.com/watch?v=kRhF44v2ezM https://www.youtube.com/watch?v=kRhF44v2ezM The initialization code was generated using STM32CubeMx  #stm32cubemx #mmc #sd-card

Any way to change processor in CUBE?

Posted on July 25, 2016 at 22:02We have spent weeks getting the CubeMX setup just right, and have decided that we need a processor that has more memory. I really don't want to start from scratch, the processor is almost identical except that it has ...

mattreed9 by Associate III
  • 2240 Views
  • 1 replies
  • 0 kudos

Resolved! CubeMX, missing device-setting in generated EWARM project

Posted on July 13, 2016 at 04:05Hi, I encountered following. When I set device type as ''ST STM32F401xE'' on EWARM, the project was build successfully. Is the device type should determined everytime? with,   STM32CubeMX Version 4.15.1   STM32Cube FW...