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.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 for STM32H743 USART Interrupt Handling Wrong

Posted on June 19, 2018 at 13:56Information on Wrong Code Creation with STM32CubeMX Version 4.26.0.STM32CubeMX creates wrong call for USART6 Interrupt Handlings for SMT32H743 processor:It generates a call to HAL_UART_IRQHandler instead of HAL_USART_...

GS1 by Senior III
  • 365 Views
  • 1 replies
  • 0 kudos

Resolved! CubeMX problem

Posted on June 18, 2018 at 10:20hello ST community,I have a little problem with STM32CubeMX.The problem is, when i generate new code with cubeMX to my existing programm, some of my existing work is not working as intended anymore (here it is my I2C ...

CubeMX Project does not generate .elf file

Posted on June 13, 2018 at 15:34Hello,I have just generated a new Project in CubeMX and imported it to Atollic True Studio, but I can't debug it.apparently I am missing a .elf file, and I am not sure how to generate it. Why doesn't CubeMX do this au...

CubeMx erroneous behaviour

Posted on June 15, 2018 at 11:201.  Cube?? version 4.262 . Device STM32F429ZI3. Erroneous module  usbd_conf.c4 Erroneous functions HAL_PCD_MspInit, HAL_PCD_MspDeInit5. CubeMX configuration   see attached conf file.5. Description.when both usb ports ...

stm32f103 sdio problem

Posted on June 11, 2018 at 13:11Hi i use stm32f103rct6 for w/r sd card but it not work exactly , it just work once and dont work again . i look to logic analyzer and i think it not  work true . what can i do ? my code :if (f_mount(&myFat,SDPath, 1) ...

Macro visibility on a CubeMX new project

Posted on June 12, 2018 at 00:32Hi all!I use a https://community.st.com/tags♯/?tags=stm32f4xx MCU and I've created a very simple project in https://community.st.com/tags♯/?tags=cubemx‌ forhttps://community.st.com/tags♯/?tags=atollic%20truestudioâ€...

Resolved! [Bug report]CubeMX separate STM8 and STM32 recent files

Posted on January 17, 2018 at 09:03The STM8 and the STM32 variant of the CubeMX seems to be using the same recent file list.This could be confusing because the files are not compatible vice versa:Please separate the list somehow (filter for ioc/ioc8...

0690X00000609PxQAI.png 0690X00000609Q2QAI.png

extend usb host cdc acm driver

Posted on June 08, 2018 at 12:19Hello!I am using the usb host driver generated by stm32cube. I saw that not all acm driver is implemented (commands like CONTROL_LINE_STATE and notifications). I want to to extend the driver to support more commands a...