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

STM32G4 CubeMX SystemClock_Config() generation error ?

I generate a LL code with STM32CubeMx 6.4 for STM32G491.In SystemClock_Config() I get LL_RCC_SetSysClkSource (LL_RCC_SYS_CLKSOURCE_PLL) ; LL_RCC_SetAHBPrescaler (LL_RCC_SYSCLK_DIV_2) ; /* Wait till System clock is ready */ while (LL_RCC_GetSy...

timer with STM32L010c6tx (mikroseconds)

I am using STM32L010c6tx processor I need Microseconds function. How can I do it using a timer? https://www.youtube.com/watch?v=SqC0IhLKJ9o&ab_channel=ControllersTech I did as it shows in the video but the program didn't work. Most likely APB2, presc...

ZKURT.1 by Senior
  • 911 Views
  • 2 replies
  • 0 kudos

Resolved! STM32F4 HAL I2C Driver Address Problem

I have a problem of the HAL Driver function HAL_I2C_Master_Transmit's parameter 'DevAddress'. It says that the device 7 bits address value in datasheet must be shifted to the left before calling the interface, that is, if I want to transmit to a devi...