STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! SINE WAVE DAC IN STM32CUBEMX

I have a DAC signal from an ADC (potentiometer). I have set the frequency from 0-200 Hz but when I run it when I am at 200 and the sign should still be there, the signal on the oscilloscope disappears (just a straight line). does anyone know how to f...

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