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

Clock configuration for USB on STM32F746ZE

Hi all,I'm using an STM32F746ZE in my application that uses USB OTG HS with internal FS Phy in Host only configuration.Originally, I have setup the clock in the following manner:in order to have 48MHz clock for USB. With this configuration, any devic...

0690X00000DC0BFQA1.png 0690X00000DC0CcQAL.png
EBris.1 by Associate
  • 829 Views
  • 0 replies
  • 0 kudos

I2C SCL operating frequency is very low. I configured the I2C2 Interface of my STM32F103 to have a clock frequency of 100 KHz (standard Mode) but it turns out to only be around 4 kHz. Can you point me in the right direction as why this could happen?

I am using the STM32F103C8T6 Microcontroller to read a sensor via I2C. I am using the stm32Cubemx to generate the initialisation code and Visual Studio and VisualGDB for debugging. My STM32CubeMX setup reads as follows:and my clock configuration:But ...

0690X00000DBuO8QAL.png 0690X00000DBuOwQAL.png 0690X00000DBuPzQAL.png
TKöhl.1 by Associate II
  • 1913 Views
  • 4 replies
  • 0 kudos

BUG: The __HAL_LOCK(x) macro needs a lock.

I can only imagine that __HAL_LOCK(x) is designed to make access to the HAL drivers thread safe. However, since the lock itself is not thread safe, the driver it's trying to protect is not thread safe either.I've spent a day trying to work out how t...

DOsbo by Senior
  • 1329 Views
  • 1 replies
  • 0 kudos