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

STM32H745ZI-Q Nucleo Ethernet is not working.

Hi,I have STM32H745ZI-Q Nucleo board. I have generated code using STM32CubeMX firmware version H7 1.5.0 (SW4STM32). I have enabled the LwIP Netconn and Ethernet for M7 core in STM32CubeMX. The issue is that it doesn't assign the IP address using DHCP...

I have an issue with ADC and Vrefint

Hi,I working with an STM32L010 controller. I have a confusing issue with one of ADC channel.Here is the configuration:I using ADC channels 1, 3, 6 and Vrefint.Here is the ADC configuration:I forgot the clock configuration:My problem is while the volt...

0693W000001pPovQAE.png 0693W000001pPpKQAU.png 0693W000001pPvNQAU.png
anagy9 by Associate II
  • 300 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeMX fails under Fedora32

After a fresh install of Fedora32 STM32CubeMX fails to start. The error msg is the same for a freshly installed 5.6.1 as for the previously installed 5.6.0 (which worked under Fedora31).Has anybody a clue how to proceed? The error message is a follow...

THoff.1 by Associate
  • 242 Views
  • 1 replies
  • 0 kudos

STM32CubeMX version in the STM32CubeIDE

I tried this wayFile >> New >> STM32 Project From STM32CubeMX .ioc File.Selected the CubeMX .ioc fileClick FinishThen, CubeIDE says belowThis file has been generated with STM32CubeMX version '5.6.1'.Your current STM32CubeMX version is '5.6.0'.Please ...

The STM32CubeMX code generation is not properly working in case the ADC is triggered by the HRTIM timers and DMA is used to transfer the ADC values to memory.

When the file stm32f3xx_hal_msp.c is created there is a missing line in function void HAL_ADC_MspInit(ADC_HandleTypeDef* hadc) which enables the DMA clock - ( __HAL_RCC_DMA1_CLK_ENABLE(); The STM32CubeMX generates code that enables that clock in mai...

HMay.1 by Associate
  • 254 Views
  • 3 replies
  • 0 kudos