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

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

X-CUBE-MEMS-1 doesn't work with STM32CubeMX

I have installed STM32CubeMX version 4.26.1. I have downloaded X-CUBE-MEMS1 5.0.0. I go to Help->Manage embedded software packages, and click on "From Local..." I pick the zip file containing X-CUBE-MEMS1, and I get the error message "This Package ve...

BDoon by Associate II
  • 653 Views
  • 2 replies
  • 0 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
  • 932 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...