STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.12.0 released

We are pleased to announce you that the official release of STM32CubeMX V6.12.0 is available. What is new in STM32CubeMX V6.12.0?New MCUs/MPUs series : STM32WB0 ,STM32MP25XX and STM32C071XXAdd support new CPNs STM32G4: Add support STM32G4 'Z’ and STM...

Resolved! Additional Software on STM32H7

When creating project for STM32H7 board. In Additional Software none of installed packages can be seen. For STM32F7 it works correctly. Is it a known issue?(CubeIDE 1.2.1)

0690X00000DC3sHQAT.png
slawek by Associate III
  • 386 Views
  • 4 replies
  • 0 kudos

Resolved! HAL_UART_Transmit_DMA() cannot send 2 as second shows busy

I have the following code:HAL_UART_Transmit_DMA(Outgoinghuart, (uint8_t *)message, sizeOfMessage); delay(10000); HAL_UART_Transmit_DMA(Outgoinghuart, (uint8_t *)message, sizeOfMessage);The second DMA transmit is always busy, no matter how big the del...

CLH by Associate II
  • 386 Views
  • 3 replies
  • 0 kudos

Do a cold start i STM32Cube for the ARM cpu

HiIs there a way to make a cold start(reboot) in C language in the STM32Cube Environment using a Nuclei board?In other IDE's for other CPU's it waspossible to create a function that inserted a RESET assembler mnemonic for thetarget CPU like thisvoid ...

SThor by Associate II
  • 301 Views
  • 2 replies
  • 1 kudos

FreeRTOS 10.1.1 Upgrade in STM32CubeMX

Hi all,When I click on the little "i" (info) icon in the FreeRTOS configuration screen in CubeMX, I get the following message: Current version shows as 10.0.1 and under Diagnostic, it says "New version available for L4". Indeed, I checked on FreeRTOS...

0690X000006CStgQAG.png

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
  • 504 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
  • 911 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
  • 626 Views
  • 1 replies
  • 0 kudos