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

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
  • 221 Views
  • 1 replies
  • 0 kudos

CubeMX setting GPDMA1 in UART repeats init members

 Lines 19 and 26 are repeated. Mode is set to normal (0x0000) twice. The structure is already initialized to `={0};` it doesn't need to be overwritten once, let alone twice.Initialized for STM32H563.usart.c  /* GPDMA1_REQUEST_USART1_TX Init */ DMA...

MBC by Associate III
  • 244 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 Senior III
  • 196 Views
  • 1 replies
  • 0 kudos

USBX standalone on STM32H5

I'm trying to use STM32CubeMX to generate a USBX Device CDC ACM in standalone mode (without using ThreadX).I'm using a Nucleo-H563ZI to test with. I can do this with ThreadX and get it working, but when I try the standalone configuration it doesn't w...

iguffick2 by Associate III
  • 317 Views
  • 3 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...