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

CubeMX: How to DELETE configuration of a peripheral?

Suppose you configure a timer, then decide you don't want that one.How is one supposed to remove it?I've tried delete key, all views, finally edited the IOC file.Really now! This user interface would get us canned if we delivered it to a customer...T...

Sine Pulse Width Modulation using STM32F407VG

Hi all, I am trying to program a Sine PWM using STM32F407VG, but i only got the complementary PWM instead. Can some kind person tell what can i amend or add? attached is my code. I am using ac6 system workbench for coding. Thanks.

jon1280 by Associate
  • 786 Views
  • 2 replies
  • 0 kudos

STM32CubeMX does not start!

Helloo,Problem occured after updating STM32CubeMX from ver 4.x to ver 5.0.1. It was running perfectly before. But now, when I try to start it, nothing happens acceps my mouse icon turn into spinnnig icon for few seconds.I did try to uninstall STM32Cu...

STM32CubeMX Generating Code with Licensing Issues

When selecting "Makefile" for Toolchain/IDE with the STM32F4 Family of MCU's, a Linker Script is generated with a license that does not allow the code to be used with anything other than "System Workbench". ** (c)Copyright Ac6. ** You may use this ...

BCarl by Associate
  • 570 Views
  • 1 replies
  • 0 kudos

Exclamation mark in STM32Cube

Hi everyoneI am new in ST ARM area in I am working on one design.Using STM32Cube tool I managed to locate all my resources, but I am not sure if it is OK and I need confirmation.I have some amber exclamation signs (no red), I suppose that my design ...

SFazl by Associate
  • 1904 Views
  • 3 replies
  • 0 kudos

CubeMX project for One-Pulse Mode example

Hi,Examples projects for STM32F4 are great by there is not the CubeMX projects associated.I am looking the CubeMX project of the TIM_OnePulse example for STM32F411RE-Nucleo.Is somebody has that ?ThanksLionel

Lionel1 by Associate II
  • 486 Views
  • 2 replies
  • 0 kudos

STM32 USB Virtual com implementation

Hello,Using CubeMX, I have created USB CDC device for FS and started using the CDC.By modifying CDC_Receive_FS() I am able to receive all data sent form the PC over USB and put the data in my bufferAlso (while the USB cable is connected and PC termin...