STM32CubeMX (MCUs)

Ask questions on STM32CubeMX. Discuss code generation and configuration challenges, among other topics.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMX 6.15.0 released

We are pleased to announce that the version 6.15.0 of STM32CubeMX is available. What is new in 6.15.0: Enhanced microprocessor support: Added the STM32MP21-A35-TD, STM32MP21-M33-TD, STM32MP25-M33-TD, and STM32MP23-M33-TD trusted domains for the STM32...

Resolved! STM32U073 SWO Debug not available?

So here is a weird thing I've noticed with a STM32U073... CubeMX shows that this CPU has the "Trace Asynchronous SW" option, but for this mcu it is no longer listed under SYS, but under its own category: "Trace and Debug" -> "DEBUG". Anyway, after en...

S13 by Associate
  • 118 Views
  • 5 replies
  • 2 kudos

Resolved! Losing Ethernet ETH_CLK settings

In my project for an STM32H7S3, I'm using the Ethernet module, and it works fine.However, I don't need the ETH_CLK pin. In RCC settings, there's an option which suggests I can turn it off; however, clicking the tickbox has no effect. (Note also that ...

SteveMelnikoff_0-1752584425356.png

No code when IO Pin Swap enabled

When I select IO pin swap in CubeMX, the LL SPI initialization code does not update the pin swap register.Using H5 Nucleo board and LL HAL.  Easy workaround if you know to look for it. 

Stephen9 by Associate
  • 124 Views
  • 2 replies
  • 0 kudos

CubeMX Generated ThreadSafe/stm32_lock.h - Potential Bug

I've burned a significant amount of time tracking down an issue, so I thought I would share in the hope of helping others and maybe improving ST's provided newlib locks.(This is probably in the wrong place, please move it as required.)I'm using the T...

BCowp.1 by Associate II
  • 5590 Views
  • 6 replies
  • 13 kudos

Will the FTP addon for AZRTOS work for an F7 chip?

I'm looking to utilize an FTP server with the STM32F7NI-Discovery board. Specifically I'm looking at taking Nx_Webserver demo for that board (which works great) and adding the ftp module to it that NetxDuo provides. However, I'm seeing that the F7 ch...

ijohnson_0-1760718396710.png ijohnson_1-1760718438588.png