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

Resolved! CubeMX 5.0.1 LL driver warning

This warning present since I started to using low layer driver, it was around 2 -3 months before.In file included from ../Core/Inc/main.h:70:0,         from ../Core/Inc/gpio.h:58,         from ..\Core\Src\gpio.c:51:../Drivers/STM32L4xx_HAL_Driver/Inc...

STM32F407VG + LAN8720 ETH BOARD (Waveshare)

Hello!I am trying to run an Ethernet on STM32F4DISCOVERY board (with 407VG MCU) using a ETH BOARD module from Waveshare.In the CubeMX, I added ETH with RMII, in the settings I entered the MAC and set the PHY Address to 1 (found in the datasheet for t...

SOsin by Associate
  • 785 Views
  • 0 replies
  • 0 kudos

After generation in the new version of CubeMx 5.2.1, the working code with tcp server is no longer detected on the network. What could it be?

After generation in the new version of CubeMx 5.2.1, the working code with tcp server is no longer detected on the network. The code is based on the tcp echo server recommended in STM32Cube_FW_F4_V1.21.0. The ethernet and lwip code and settings have ...

IHasa by Associate
  • 363 Views
  • 0 replies
  • 0 kudos

Why can't I enable all 4 SAI ports on STM32H750/STM32H743?

Hello, I am attempting to use all 4 sai ports as one large synchronous audio device.The I want SAI1A to be the master, and SAI1B, SAI2A, SAI2B, SAI3A, SAI3B, SAI4A, SAI4B to all be synchronous slaves to the SAI1A.I am able to configure them all, exce...

caleb by Associate III
  • 741 Views
  • 4 replies
  • 0 kudos

STM32CubeMX and Keil MDK integration

Hi Guys,The latest version of STM32CubeMX allows me to use firmware packages for the F7 architecture versions 1.13.0 and 1.14.0. The latest version of the Keil STM32F7xx_DFP 2.11.0 (2018-09-05) says it uses firmware package version 1.12.0. Unfortunat...

HMcKi by Associate III
  • 475 Views
  • 0 replies
  • 0 kudos

STM32F100RB Clock Skew In RTC and HAL_GetTick

Hello, all.I'm using the STM32F100RB , mounted on the STM32VL Discovery board.The clock confioguration, done in STM32CUBEMX is supplied at the end of the post.I wanted to use HAL_GetTick to get approximate millisecond resolution for the RTC.After som...

0690X000009YJk7QAG.jpg
ISeed by Senior
  • 1096 Views
  • 3 replies
  • 0 kudos

Resolved! Generating Code Does Not Copy Files to STM32F7xx_HAL_Driver

Attached is the IOC file I am using. When I generate the project, the STM32F7xx_HAL_Driver directory has a few folders inside of it, but none of the HAL files, including the stm327xx_hal.h file which prevents compiling from working. I have the "Copy ...