STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.1 released

We are pleased to announce that the minor version 6.14.1 of STM32CubeMX is available. What is new in 6.14.1: SAI settings not displayed in the configuration tab of STM32H7Bxxx devices: After upgrading to STM32CubeMX 6.14.0, the SAI tab configuration ...

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

STM32CubeMX bug preventing to use the LED output (PC13) on STM32F103/BluePill + bug in SVD file for STM32F103

I am using a Chinese low-cost "Blue Pill" board with an STM32F103C8T6, and developping in EmBitz IDE using init code generated by STM32CubeMX. On this board, the PC13 output is connected to an LED, but the code generated by STM32CubeMX will not allow...

Resolved! How do you install X-CUBE-Azure STM32Cube extension pack?

Hi,I am trying to install the X-CuBE-Azure expansion for STM32Cube. See expansion packages page: https://my.st.com/content/my_st_com/en/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm32cube-expansion-packages/x-cube-a...

0693W000004HB3aQAG.png 0693W000004HB4iQAG.png 0693W000004HB5WQAW.gif
PSarr.1 by Associate II
  • 1032 Views
  • 2 replies
  • 0 kudos

STM32CubeMX IDE issue. Throws warning when using macros

Hello,Microcontroller used STM32H753BIIssue: STM32CubeMX 6.0.0 Macro concernsCase Number informed by ST (internal community): 00112804Issue details below:Please check the attached files.The STM32CubeMX 6.0.1 now allows adding alphanumeric values cons...

STM32H743 SPI transmit with DMA not working

I am working with a Nucleo-H743ZI on a Makefile C project using STM32CubeMX generated project code (Fiirmware version V1.3.0) to troubleshoot a problem with SPI transmit using DMA.The project uses SPI1 to transmit to SPI2 on the same board at 25 mega...

STM32CubeIDE does not retain user code in FreeRTOS tasks when regenerating with Project Manager Generated Files change

In STM32CubeIDE V1.4.2, if the CubeMX Project Manager has the "Generate peripheral initialization as a pair of '.c/.h' files per peripheral" setting enabled after the project had been built with it previously disabled, when the project code is re-gen...

dlkeng by Associate III
  • 1072 Views
  • 3 replies
  • 0 kudos

About using STM32F072CBT6 as USB Peripheral device

Hello guys , I am using the stm32f072 microcontroller as a usb peripheral device to use it as Serial Device . I have programmed it successfully and it works fine almost time but sometime it crashes the usb interface of my system. I have tried it on o...

KJangu.2 by Associate II
  • 744 Views
  • 3 replies
  • 0 kudos

TCP ECHO CLIENT/SERVER IN NUCLEO-F207ZG

Hello everyone, I've brought a new NUCLEO-F207ZG for some development purpose. and it is working really fine. And thanks to ST support I've found so many good sample code with STM32CubeMX ( en.stm32cubef2 ) . As one of my important task is to im...