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! STM32U5 invalid SMPS warning during code generation

STM32CubeIDE 1.13.2 is showing a warning about SMPS for STM32U5 chips every time the code is generated (see attached).This is done even for chips which do not have the SMPS pinout, e.g. STM32U595VJT (non Q), which is completely invalid.But even when ...

How to use the USER_PHY

In a recent release (not sure which one) the option to select USER_PHY was added to the platform settings under LWIP.I need to implement a different PHY for a LAN9374. It is basically identical to the LAN8742. The only issue is that the LAN8742 init ...

theRat_0-1754960624856.png
theRat by Associate II
  • 106 Views
  • 4 replies
  • 0 kudos

CubeMX XSPI configuration confusions

I'm using STM32CubeIDE version 1.19.0 and MxCube version 6.15.0.In ExtMemLoader middleware configuration there's a Memory Size option:The *** thing is that it lists C macro options that are capital letters (by naming convention) so megabits (acronym ...

mkrk_0-1755077594453.png mkrk_1-1755077712739.png
mkrk by Associate III
  • 84 Views
  • 1 replies
  • 0 kudos

STM32H7RS XSPI Req2AckTime assert failure

Using STM32H7R3L8HxH with external Flash and PSRAM. STM32CubeIDE version is 1.19.0 MxCube version is 6.15.0.MX XSPI1 and XSPI2 initialization functions do not set sXspiManagerCfg.Req2AckTime value. Here is XSPI1 code:static void MX_XSPI1_Init(void) {...

mkrk_0-1755072749414.png mkrk_1-1755072764856.png
mkrk by Associate III
  • 61 Views
  • 1 replies
  • 0 kudos

use AZRTOS or USB VCP, you can only use one

hello, I usually design borad with stm32g474vet6, i use USB VCP as serial debug port, juse insert to usb port of PC, then can use printf to print debug information. this time, i want to use threadX OS, that is, AZRTOS, when i config AZRTOS with stm32...

dqsh06_0-1754986529261.png
dqsh06 by Associate III
  • 72 Views
  • 2 replies
  • 1 kudos

I cannot enable DCMIPP interface pins

Hi,I am implementing DCMIPP configuration in that I am enabling the CSI but when I trying to enable the pin I cannot enable the the camera pins those pins are showing red. And I am unable locate .ioc file  for DCMIPP interface is there any .ioc file ...