STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

What freeRTOS kernel is planned for STM32cubeMX?

I am working on a project using the STM32L476, freeRTOS, and am generating code using STM32CubeMX. My team has been happy to use freeRTOS kernel v9, which has been included with STM32CubeMX so far.However, I recently updated to STM32CubeMX version ...

adamj537 by Associate
  • 239 Views
  • 2 replies
  • 0 kudos

Resolved! Bug: CubeMX TIM3 initialisation code causes lockup

Posted on March 14, 2018 at 08:07When the attached ioc file (minimal test case, consistently reproducible) is generated using CubeMX 4.24, firmware package V1.6.0 and built with TrueStudio 9.0.0 the processor locks up when it reaches the call to __H...

Problem with PLLCLK in STM32CubeMX

Hi, I am programming STM32F051R8TX controller using STM32Cube auto-generated code. The HSI clock for the controller is 8 Mhz which can be PLL’d to 48 Mhz. When I was using the discovery board (which has the same controller) the PLL was by default set...

PR.19 by Associate II
  • 528 Views
  • 4 replies
  • 0 kudos

Board specific pinout configuration conflict resolver

Is there a way to set the mcu pinouts based on constraints imposed by the physical wiring of the board?[Gui extension]I'm dreaming of having the ability to add custom "rectangles" and "lines" to the pinout view which represent the wiring on the board...

mcuser by Associate
  • 167 Views
  • 0 replies
  • 0 kudos

SWD interface pins set as GPIO output lines.

Hello,Please apologize if I am asking for trivial question but I have following problem. I have set in the STM32CubeMX pins which are used for SWD ( I am using th STM32F103CBT6 ) as an output pins. When I compile the software and program the micro l...