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

My CubeMX UI is messed up.

I do apologize if this is in wrong section or something. I just don't have time to spend hours looking for correct place to get support. I need to work, not fiddle with misbehaving software.The issue I am having is that CubeMX (latest version from th...

0690X000006CqcAQAS.jpg 0690X000006Cqc5QAC.jpg
EKokk by Associate II
  • 3960 Views
  • 15 replies
  • 2 kudos

Resolved! STM32CubeMX generates incorrect code for the OCTOSPI interface for STM32H725. The generated code does not populate the Req2AckTime field of the OSPIM_CfgTypeDef structure, but HAL_OSPIM_Config() validates this value and throws an assertion error.

See attached configuration in STM32CubeMX. Generated code is only: sOspiManagerCfg.ClkPort = 1; sOspiManagerCfg.NCSPort = 1; sOspiManagerCfg.IOLowPort = HAL_OSPIM_IOPORT_1_LOW;   // NOTE: MISSING ASSIGNMENT TO sOspiManagerCfg.Req2AckTime   if ...

0693W00000QKm66QAD.jpg