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

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
  • 428 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
  • 1840 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
  • 1724 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
  • 2151 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?