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

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Pwm one cycle output

Hello, I'm using STM32F030C8 and I have created 4 PWM waveforms.I want to create PWM and stop it after one cycle.I'm thinking of how to create PWM and stop directly after one cycle.  Is there any other way? Thank you.

giwonKIM by Associate III
  • 749 Views
  • 4 replies
  • 0 kudos

Resolved! Not getting all ADC end of conversion interrupts

I'm using the STM32L475 processor with STM32CubeMX 6.11.1.I have configured ADC1 to read two channels, an external input and the internal temperature - see configuration image in CubeMX. The code to drive the adc reading is simple:int16_t Channel;voi...

About X-CUBE-IRREMOTE

Hi I am getting nowhere trying to use the X Cube IRRemote package, please help.Should I expect the projects in en.x-cube-irremote\Projects\STM32G081B_EVAL to be imported into Cube IDE and run as a working example of the IR Remote functionality?The re...

Lanceh by Associate II
  • 683 Views
  • 1 replies
  • 0 kudos

Resolved! Cube MX UCPD support bug

Once I enable UCPD for STM32U5G9 source mode, Cube MX (the latest version 6.12) generates code which does not compile. I am sometimes wondering what is CubeMX testing process - if it exists, ofc. 

TDJ_0-1722858069748.png
TDJ by Lead
  • 521 Views
  • 1 replies
  • 0 kudos

program dac & dac nucleo

i have a code like this :but i iwant to ask why result signal in my code freq max is 1,5k and minim 200 hz bu while i want to freq max is 200hz and freq minim is 0 hz, and why while value adc under 100, freq in osiloscope lost?main(void)://DAC#define...