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

We are pleased to announce that version 6.17.0 of STM32CubeMX is available. What is new in 6.17.0: Added support for new microcontrollers across the STM32WBA, STM32H5, and STM32U3 seriesAdded support for new boards: NUCLEO-WBA25CE1, NUCLEO-H5E5ZJ, ST...

Aimen1 by ST Employee
  • 1251 Views
  • 0 replies
  • 2 kudos

Resolved! MX 10 and H563: Generating bad LL code for MPU region ?

When I generate code for the MPU region 0 wit HAL I get:void MPU_Config(void) { MPU_Region_InitTypeDef MPU_InitStruct = {0}; MPU_Attributes_InitTypeDef MPU_AttributesInit = {0}; /* Disables the MPU */ HAL_MPU_Disable(); /** Initializes an...

Re: Connecting SD CARD to STM32H743 without level translator

Guys I just don't get this part in CubeMX. What does it mean by "voltage converter"? Does it refer to voltage translator? In that case why would a software stack cares about a voltage translator (which is basically a 1:1 interface) and changes the si...

0.png
Mosi by Associate II
  • 1220 Views
  • 1 replies
  • 0 kudos

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
  • 8499 Views
  • 15 replies
  • 2 kudos

STM32cubeMX - Change processor type

Posted on September 02, 2015 at 18:03Is it possible the change the selected processor in a given STM32cubeMX project? I would like to maintain the user pin labels and config. #stm32cubemx

Resolved! incorrect code generated for OCTOSPI on STM32H725

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

0693W00000QKm66QAD.jpg