STM32CubeMX (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.14.0 released

We are pleased to announce that the release 6.14.0 of STM32CubeMX is available. What is new in 6.14.0: Added the support for the STM32WBA6xxx microcontrollers and:Added the support for USBX multi-instanceAdded the support for the memory management to...

Resolved! Cannot initialize ADC1 in STM32G071RB on EWARM

I'm debugging STM32G071RB by using Nucle-G071.The code I use is generated by STM32CubeMX, and I try to put break point to variable in "static void MX_ADC1_Init" but it semms like not to initialize because I cannot put break point there.I confirmed t...

HEhat.1 by Associate II
  • 792 Views
  • 2 replies
  • 0 kudos

Configure a one pulse timer in cube MX

Hi,I am trying for a while now to configure a one pulse timer with cubeMX without success. I am using a nucleo-L433RC for my tests.I was able to make the one pulse work by manually configure it. I used the example of the L432KC in the package to do s...

XBouc.1 by Associate
  • 1331 Views
  • 1 replies
  • 0 kudos

Howto recover from Ethernet link down?

Hi All,I'm using an STM32F429ZIT6 (on a Nucleo-144), with PHY LAN8720A ethernet. The application base was generated by CubeMX, and it is using the HAL libraries. I'm using FreeRTOS threads, also for managing the ethernet and lwip stack.The Nucleo boa...

Ken CK by Associate II
  • 925 Views
  • 1 replies
  • 0 kudos

CubeMX does not correctly handle changing FW versions

CubeMX will not correctly re-generate code after changing STM firmware versions.I want to be able to modify my project's version of STM firmware throughout the course of development. For example, to pickup any upcoming bug fixes, or to point to a pat...

0693W000003QUxRQAW.png 0693W000003QUxWQAW.png 0693W000003QUy5QAG.png
Miles1 by Associate III
  • 476 Views
  • 2 replies
  • 0 kudos

Resolved! I2S and Low-level drivers (LL)

Hello everyone! Is it possible to initialize an I2S interface using LL drivers?There is only one option in the CubeMX (project manager->advanced settings): HAL. Other peripherals (for example I2C, TIM, USART, SPI) have 2 options HAL/LL. Is it any se...