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

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 996 Views
  • 5 replies
  • 7 kudos

Automatically reconnect to USB device after programming

Hi. I'm currently trying to develop a simple USB (CDC) application with an STM32 MCU that is configured using CubeMX. So far I have managed to make the device send some text message to my host machine which is displayed using a serial terminal progra...

ahansen by Associate
  • 1052 Views
  • 3 replies
  • 0 kudos

STM32H7 & CubeMX - arm_math.h

Posted on April 04, 2018 at 18:39Hi everyone,I'm trying to use my Nucleo-144 with the STM32H7 processor on CubeMX and Atollic TrueStudio and I'm getting the problem of arm_math.h and other DSP files not beeing copied to the project folder.I tried wi...

How to install ARM CMSIS.* packages

Posted on June 28, 2018 at 15:32How can I installed ARM.CMSIS.*.*.pack into STM32CubeMX software components?  I was able to include the package into STM32CubeMX 'Embedded Software Packages Manager', but it won't installed.The errors were missing CMS...

Resolved! Upgrading STM32Cube MX plugin in Atollic

Posted on July 06, 2018 at 13:47I use Rowley (personal favorite), IAR and Atollic depending on the customer's requirements.  I have a project which I am trying to work on now in Atollic.  I have in Atollic the STM32CubeMX perspective version 4.25.  ...

STM32H7x3 - Ethernet Desc Allocation in D2 SRAM

Posted on April 17, 2018 at 13:13Hi All,I am working on Ethernet in STM32H7 and I am unable to understand two things :1) What is the need to avoid memory allocation of ETH_Tx and ETH_Rx Desc  in D1 SRAM ?I have seen an example in 'STM32Cube/Reposito...