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

Anyone got STM32H7XX + I2S full-duplex master working?

I have tried to use STM32CubeMX and STM32CubeIDE to generate code. But in CubeIDE I can't create a SPI2_RX DMA Request. And in CubeMX I can't generate a Master Clock Output.So I wonder if there is any handcrafted code anyone written to get this worki...

DViks.1 by Associate II
  • 1306 Views
  • 6 replies
  • 0 kudos

STM32CubeMX 5.6.0 released

What is new in STM32CubeMX V5.6.0? • Added the support of new part numbers in the STM32L0 Series: STM32L071C(B-Z)Ux, STM32L081CZUx, STM32L072C(B-Z)Ux, STM32L082CZUx, STM32L073C(B-Z)Ux, STM32L083CZUx, and STM32L073CZUx • Added the support of the new 8...

FSMC with NAND interface signalling

Hello, I am using STM32L4R9AI (attached the reference manual) with 128GB NAND flash (MT29F128G08CFABBWP-12IT:B TR) (attached its datasheet).1- This is 8bit NAND flash and according to page 104 in the reference manual the last signal is NWAIT/INT whic...

Bug Report on Code Generation for NUCLEO-G474RE

Not a big bug but I wanted to mention it as it tripped me up.I am using STM32CubeMX 5.6.1 with IDE System Workbench 2.9.1I have found that when I setup SPI DMA synchronization the request number doesn't change from 1 when I generate the code or save,...

CH1 by Associate II
  • 834 Views
  • 4 replies
  • 0 kudos

[Bug] Heap and Stack size of 0x00

The Linker Script is not being updated, if a heap or stack size of 0x00 is being written in MX and a code is being generated. Also mx.scratch won't be deleted.I'm using STM32CubeIDE v 1.3.1 and tried it on the L011F4 and L452RE controllers.To set the...