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

How to change the CPU in a new project

Hi,Basically, my new design will use a STM32F767VGT (LQFP100) and I have a NUCLEO-F767ZI development board (STM32F767ZI LQFP144).All of the ports and functionality I'm using in the new project are available on the development board. I'm using 4 * Uar...

NW27 by Associate III
  • 407 Views
  • 1 replies
  • 0 kudos

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
  • 626 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
  • 1105 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
  • 677 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
  • 378 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...