STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Issue with Linker Script in STM32CubeMX 6.12.1

Important Notice for STM32CubeMX Users Current Release: STM32CubeMX 6.12.1 Purpose: This release primarily addresses issues related to STM32MPUs. Problem: Issues introduced with the generated code for Makefile and CMake projects. Recommendation: For ...

SemerCHERNI_15-1729258098740.png SemerCHERNI_16-1729258098742.png SemerCHERNI_17-1729258098750.png SemerCHERNI_18-1729258098751.png

STM32CubeMX 6.12.1 released (updated)

Hello community, We are pleased to announce you that the minor release STM32CubeMX V6.12.1 is now available for download on st.com. Main issues fixed in this minor release: ADC init code error. When ADC is configured in multimode, an issue with the ...

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! CubeIDEMX doesnt' enable RCC bit?

I used STMCubeIDE to generate the following code...It is for Timer16 to count up and generate an interrupt after 100ms. Can someone tell me why the code did not set up __HAL_RCC_TIMx_CLK_ENABLE()?When I use the IDE to generate GPIO stuff it automat...

SWenn.1 by Senior III
  • 346 Views
  • 2 replies
  • 0 kudos

Resolved! CubeMx RCC_ClockConfig fails

Hello,We have been using STCubeMx(v6.2.1) to generate our system initialization code. We started a new project for an stm32H7A3xx MCU.But with the auto-generated code, it fails on the HAL_RCC_ClockConfig->HAL_InitTick->HAL_SYSTICK_Config.We tried dif...

Aterrades by Associate II
  • 1445 Views
  • 6 replies
  • 0 kudos

Resolved! Sending more than 8 bits through SPI using HAL

Hello! I need to send/receive a 16 bits data to an external ADC, but I realized that SPI HAL functions just support 8 bits buffers. How can I send more than 8 bits? Even DMA function all work with 8 bits. In CubeMX I set the word length as 16.

Kolab by Senior
  • 1459 Views
  • 6 replies
  • 0 kudos

CubeMX Error: "NOT A VALID IOC"

Hi,I have installed STM32CubeMX on my laptop.The installation was successful.But when I try to create a project it says "Not a Valid ioc". I have tried the following steps but still the result was same:1) I forced uninstalled the software STMCubeMX.2...

0693W00000Bam6NQAR.png
RPari.3 by Associate II
  • 1638 Views
  • 7 replies
  • 0 kudos

STM32G4: I2C in SMBus mode Supports DMA?

STM32G474CE: Is it possible to use I2C2 in SMBus 2-wire mode with DMA? Asking because CubeMX (with STM32CubeFW_G4 1.4.0) does not show the "DMA Settings" tab if I2C2 is set to "SMBus-two-wire-interface." Bug in CubeG4 or hardware limitation?