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

We are pleased to announce that the minor version 6.16.1 of STM32CubeMX is available. What is new in 6.16.1: This release addresses and resolves the issues outlined below: Users of STM32CubeMX version 6.13.0 and later may encounter a HardFault except...

Aimen1 by ST Employee
  • 960 Views
  • 0 replies
  • 1 kudos

STM32CubeMX 6.16.0 released

We are pleased to announce that STM32CubeMX 6.16.0 release is available. What is new in 6.16.0: Added support for new microcontrollers across the STM32WBA, STM32N6 and STM32H5 series and the STM32WL3x product line. The related new boards include the...

Aimen1 by ST Employee
  • 1776 Views
  • 5 replies
  • 7 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
  • 6032 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

Resolved! Issue in FW F7 HAL package 1.17.x

Hi,i have STM32F767BIT6 MCU and microcontroller crashes into Hard Fault during initialisation of LWIP MX_LWIP_Init(); Problem is that in FreeRTOS is calling memcpy in queue.c in function prvCopyDataFromQueue with huge ammount of length.( void ) memcp...

Petr3 by Associate III
  • 3586 Views
  • 11 replies
  • 2 kudos

CUBE AI 8.1.0 does not run

Hello, I saw the link below and ran it.// Set pointers wrapper structs to our data buffersai_input[0].n_batches = 1;ai_input[0].data = AI_HANDLE_PTR(in_data);ai_output[0].n_batches = 1;ai_output[0].data = AI_HANDLE_PTR(out_data);An error is occurring...