STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.13.0 released

We are pleased to announce to you that the release 6.13.0 of STM32CubeMX is available. What is new in 6.13.0: Added support for the following series, microcontrollers and microprocessors: STM32N6, STM32U3, STM32WL3x, STM32G411xx and STM32C0Added the ...

Stm32h7 Ethernet

Hi, I am frequently getting tired while working with the STM32H743ZIT6 144-pin Nucleo board / STM32H743IIT6 controller board and an externally connected Ethernet module using a communication protocol. Despite trying many different ways, it is still n...

Using STM32CubeMX 6.3.0 with a dual core STM32H755 micro there is no obvious way to set GPIO context so the same CubeMX pin is defined in both cores

Using STM32CubeMX 6.3.0 with a dual core STM32H755 micro I have a dip switch I wish to be able to read from both cores. Some peripherals (like TIM1 for example) have check boxes for runtime contexts that let you check M7 and M4 to access the peripher...

GHolc.1 by Associate III
  • 680 Views
  • 2 replies
  • 1 kudos

Don't enable interrupts

I would like to know if there is a way to NOT enable interrupts during the initialization of the EXTI. See below for snippet /* EXTI interrupt init*/ HAL_NVIC_SetPriority(EXTI0_IRQn, 0, 0); HAL_NVIC_EnableIRQ(EXTI0_IRQn);   HAL_NVIC_SetPriorit...

Clock Configuration Report

The STM32CubeMX has a Clock Configuration page that can be captured in the "Generate Reports"I like to Print this page to configure clock timings and divide counters.  The problem is that many of the values are very light, the ones that you can't cha...

DWise.1 by Associate II
  • 455 Views
  • 1 replies
  • 1 kudos

CubeMX Freeze When Generating Code

Every time I try to generate code using the latest version of CubeMX, the software freezes and remains unresponsive for hours. I have tried using previous versions, but the problem persists. How can I resolve this issue?Screenshot is attached below.P...

STM32F103 SMBus Communication via CubeMX

Hi there, I am a new at SMBus communication. I design a board. Board have STM32F103 MCU and BQ40Z80. I need to make a communication between STM32 MCU and BQ IC but I couldn't find parameter settings in CubeMX.  Software is STM32CubeMX Version 6.11.1 ...

BY by Associate II
  • 1674 Views
  • 7 replies
  • 2 kudos

I2C Custom Timing

Hi,Can anyone point me in the direction of some more information about the custom timing under the I2C parameter settings?Are we modifying a specific register? or something else? Do each of the 8 bits do something different?  

MEde1_0-1712248649852.png
MEde.1 by Associate III
  • 2952 Views
  • 15 replies
  • 5 kudos