STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

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
  • 1043 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
  • 319 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...

STM32Cube generation code problem?

I have problem when I generation code , my computer hangs.only alt+control+del is work :) ,what can i do ?I thought is the installation of java problem, reinstall not helped, after that reinstall cube and this not helps what can I do now I don't know...

VBond by Associate
  • 268 Views
  • 0 replies
  • 0 kudos

Enable FreeRTOS Queue Sets in CubeMX

I am developing firmware for the STM32F413 that uses FreeRTOS, and I need to create a queue set. Thus far, I have been unable to find a way to enable queue sets in CubeMX. Obviously I can manually go into FreeRTOS.h and change the configuration const...