Last edited one month ago

STM32CubeMX release note

Applicable for STM32MP13x lines, STM32MP15x lines

1 STM32CubeMX 6.11.0 - MPU support[edit source]

1.1 Features already supported in previous releases[edit source]

  • Support of STM32CubeMP13 package running on the Arm® Cortex®-A7 processor.
  • Support of STM32CubeMP15 package running on the Arm® Cortex®-A7 and Arm® Cortex®-M4 processors.
  • Support for Azure RTOS ThreadX, FileX, LevelX, NETX and USBX, for STM32CubeMP13 package release

1.2 Main changes coming with new release[edit source]

  • STM32MP135x A/C CPU max frequency was wrongly set to 900 MHZ instead of 650 MHZ.
  • CLK_RTC_LSE not generated in TF-A DT (default configuration)


1.3 Known limitations[edit source]

1.3.1 With STM32CubeMP13 package[edit source]

  • Only STM32CubeIDE is supported
  • Only application context is supported
  • Standard version of LevelX, USBX, NetX middlewares integrated without STM32MP13 platform specific patches.
  • When using the STM32CubeMP13 package and activating Azure® RTOS ThreadX, the STM32CubeIDE linker file must contain the following section to avoid compilation issues:
.stack :
{
_stack_bottom = ABSOLUTE(.) ;
/* Allocate room for stack. This must be big enough for the
IRQ, FIQ, and SYS stack if nested interrupts are
enabled.*/
. = ALIGN(8) ;
. += 32768 ;
_sp = . - 16 ;
_stack_top = ABSOLUTE(.) ;
} >RAM
_end = .;

2 How to get STM32CubeMX[edit source]

STM32CubeMX for Linux®, Windows® and macOS ®
Download

Version 6.11.0

  • Download the preferred all-in-one installer from www.st.com
    • Generic Linux® installer - STM32CubeMX-Lin
    • Windows® installer - STM32CubeMX-Win
    • macOS® installer - STM32CubeMX-Mac
Installation guide
  • Refer to the installation guide section of the STM32CubeMX user manual (UM1718) available on www.st.com.
User manual
  • When the installation is completed, see additional information about STM32CubeMX from www.st.com in the STM32CubeMX user manual (UM1718)
Detailed release note
  • Details about the content of this tool version are available in the STM32CubeMX release 6.11.0 release note from www.st.com

Minor releases may be available from the update site.