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

STM32CubeMX 4.7.1 Bug Report: Keil info for STLINK/Trace

Posted on April 30, 2015 at 01:40After upgrading to Subj, the Keil uVision STLink Debugger Trace options are reset each time STM32CubeMX generates code.To reproduce;using Keil uVision 5.14.0.0 (the current version), open ''Options for Target XXX'' -...

butenko by Associate
  • 676 Views
  • 1 replies
  • 0 kudos

CubeMX Code generation removes braces

Posted on April 29, 2015 at 20:36 Hey, i encountered a problem using the CubeMX Eclipse plugin. When I made some changes to the startup code using the eclipse plugin and generate the Project code, opening braces are removed. Mayb...

USB HID GamePad with STMF103 and CubeMX

Posted on May 26, 2015 at 04:35Hi All,I have generated code for a USB HID device, but it does not do anything, I mean my PC does not recognize anything. I have not changed anything in the code because I was assuming that it should at least get detec...

embedonix by Associate III
  • 1213 Views
  • 3 replies
  • 0 kudos

STM32CubeMX 4.7.1 Make USART2(REMAP_USART2) Code Run Error!

Posted on May 22, 2015 at 05:56//--------------------------------------------------------------------------------------------------------------  /* USER CODE BEGIN USART2_MspInit 0 */  /* USER CODE END USART2_MspInit 0 */    /* Peripheral clock enab...

wjandsq by Associate III
  • 807 Views
  • 3 replies
  • 0 kudos

CubeMX 4.7.1 - STM32L1 1.2.0

Posted on May 07, 2015 at 12:54Hello,Has anyone tried to use the temperature sensor on STM32L1 devices with the latest CubeMX and library?It's giving me bogus results (-2C on my desk), while on older versions it worked normally.Chip is STM32L151RCT6...

George.P by Associate III
  • 472 Views
  • 1 replies
  • 0 kudos

CubeMX ethernet DMA Tx does not work

Posted on May 03, 2015 at 19:53Hello, I have an olimex E407 board featuring stm32f407zgt. I create a simple application using cubeMX and want to ping. The board receives packets (I can see this using LWIP_DEBUG functionality) but the TX does not wor...

taraben by Senior
  • 516 Views
  • 1 replies
  • 0 kudos

FreeRTOS on STM32F1 falls through osKernelStart()

Posted on May 02, 2015 at 05:30I am using the STM32F1DISCOVERY and generating a project for IAR from STM32CUBEMX. I have changed the configureation to use timers and added a toggle LED command in each of the default task and timer methods, however n...