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 v4.21 _Error_Handler definition issues in main.h

Posted on June 08, 2017 at 02:02Hi ST,There are a couple issues with the definition of _Error_Handler() in main.h as generated in v4.21.0. First of all it needs to be wrapped as follows so it can be included in both .c and .cpp files with the correc...

Craig B by Associate II
  • 4871 Views
  • 10 replies
  • 1 kudos

Resolved! How to link a USART to USB FS

Hi how can i link a USART PORT (RX and TX PIN) to a USB FS Port to send data via USB FS with USART RX and TX?How can i do that with CUBE MX?

arduo by Senior
  • 589 Views
  • 2 replies
  • 1 kudos

I am using CubeMX with STM32F765. I recently upgraded the CubeMX to the 5.0 and I noticed some differences on the SysTick management.

I have configured TIM1 as SysTick().I noticed that the functionvoid SysTick_Handler(void)is no mode generated in stm32f7xx_it.c. Why?According to the UM1718 (DocID025776 Rev 21) pag. 90, "SysTick_Handler calls osSystickHandler when FreeRTOS is used" ...

raffin by Associate III
  • 683 Views
  • 2 replies
  • 0 kudos

STM32F7 Generated I2C code only working for one peripheral

Hi all.I'm working on my own board and using 3 separate I2C devices. MPU sensor, current sensor, and an IO expander, all having their own bus. For testing purposes, I've relied on the CubeMX code to generate the base code for me. Only one of the I2C ...

NUCLEO-H743ZI USB Host HID. Has anyone ever made it work?

Hi,I'm trying to create a project to test the USB Host in HID keybord mode using the NUCLEO-H743ZI board. My keybord worked in the STM32H743-EVAL board and the STM32Cube_FW_H7_V1.3.0 USB Host HID example.  I noted that the Eval board example code g...

Asantos by Senior
  • 1101 Views
  • 5 replies
  • 0 kudos