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

May I know what is the best practice for ST cubeMX AWS IoT expansion project integrate to an existing ST cubeMX project?

I have a STM32H755 board, and it works with cube AWS expansion.https://www.st.com/en/embedded-software/x-cube-aws.htmlNow I want port all the AWS related code to my customize board which based on STM32H7B3 (I only need the CM7 parts). But I found the...

jiangpen by Associate II
  • 666 Views
  • 1 replies
  • 0 kudos

Resolved! BSP QSPI vs CubeMx Initialization Difference

l have initialized the Micron MT25TL01G QSPI chip with the BSP_QSPI_Init() function. I am able to read, write, and erase data to the QSPI using the underlying MT25TL01G functions beneath the BSP. Whenever l remove the BSP initialization l don't recei...

DWill.4 by Associate II
  • 1712 Views
  • 1 replies
  • 0 kudos

STM32CubeMx 6.0.1 GPIO User Label Editing Issues

While Editing USER_LABEL on GPIO Configuration window facing the following issueneed to set common word for particular GPIO likePC0 ----> USER1_KEYPC1 ----> USER2_KEYPC3 ----> USER3_KEYPC4 ----> USER4_KEYnow i'm selecting all the GPIO in group select...

Bug in stm32f4xx_hal_smbus.c as generated by STM32CubeMX

STM32CubeMX v6.2.1 emits the following line of code in function HAL_SMBUS_Init() in file stm32f4xx_hal_smbus.c:MODIFY_REG(hsmbus->Instance->CR1, (I2C_CR1_NOSTRETCH | I2C_CR1_ENGC | I2C_CR1_PEC | I2C_CR1_ENARP | I2C_CR1_SMBTYPE | I2C_CR1_SMBUS), (hsmb...

LGjes.1 by Associate II
  • 931 Views
  • 3 replies
  • 0 kudos

I would like to know tried and tested way to interface STM32F469 SPI port to a 3 wire Synchronous serial interface device. Also want to know how to use STMCubeMX/IDE to configure the SPI port to talk to the device and what programming effort may be need

Using STM32F469 DISO and STM32F469VGT6 LQFP package for our board. The device to be interfaced with STM32F469 SPI port has the following pin outs Serial data input/output pin1 Serial data input pin2 Serial interface clock pin Chip select

PRama.3 by Associate II
  • 638 Views
  • 1 replies
  • 0 kudos