cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMX 6.11.0 released

Semer CHERNI
ST Employee

We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available.

  • What is new in STM32CubeMX V6.11.0?
    • New MCUs series : STM32U0 (STM32U083xx/73xx/31xx), STM32H7RS (STM32H7R7xx/H7R3xx/H7S3xx/H7S7xx) and STM32H5 (STM32H533/H523)
    • New Boards supported: NUCLEO-H7S3L8, STM32H7S78-DK, NUCLEO-H533RE, NUCLEO-U083RC, NUCLEO-U031R8 and STM32U083C-DK
    • New Boards are supported by the Star from Board feature: Nucleo-H755ZI-Q, NUCLEO-U031R8, NUCLEO-U083RC, NUCLEO-H533RE and NUCLEO-H7S3L8
    • Add Cmake support (Generation in Cmake format ) and which is available only for single-context series (Mono-Core, L5/U5/H5/WBA in TZEN=0)
    • Add the support of the memory management tool for STM32H7Rx/7Sx and STM32H523/533 microcontrollers
    • New Flash feature for the STM32H7RS, STM32U5, STM32WBA, STM32U0
  • Main fixed issues:
    • 172964: Correction of Nominal Time SegX to start at 1 when using FDCAN.
    • 168811: STM32CubeMX doesn't copy all necessary I3C headers
    • 164200: Change the relative path of directory for user actions before and after code generation.
  • Known issues fixed and problems and limitations:
    • Please refer to the wiki under this link.

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

6 REPLIES 6
JPan.4
Associate III

Dear STer,

I've reported an issue related to the new versionV6.11.0 STM32CubeMX V6.11.0: Migration issue - ADC3 Temper... - STMicroelectronics Community.

Could you please check and verify this bug?

Thanks

A CubeMX v6.11.0 bug:

In the MPU Region Settings the MPU Region Limit Address must be set before the MPU Region Base Address will accept a non-zero value.  This is silly.  Either don't check the two values against each other or provide proper guidance when someone naturally attempts to set the Base Address first.

user7
Associate II

The linker script created by CubeMX leads to the "warning: file.elf has a LOAD segment with RWX permissions" 

This is the same that has been fixed in the latest CubeIDE, see https://wiki.st.com/stm32mcu/wiki/STM32CubeIDE:STM32CubeIDE_errata_1.15.0 ID 169316. 

Please also fix it in CubeMX. 

 

LLeva.1
Associate III

New CubeMX 6.11 (1.8.5) reintroduced bugs:

unnecessary inclusion of:

Src/sysmem.c \
Src/syscalls.c

in the "makefile".

New bug in USB_DEVICE/App/usbd_desc.h

Generates this (always):

uint32_t deviceserial0;
uint32_t deviceserial1;
uint32_t deviceserial2;

and must be:
uint32_t deviceserial0 = *(uint32_t *) DEVICE_ID1;
uint32_t deviceserial1 = *(uint32_t *) DEVICE_ID2;
uint32_t deviceserial2 = *(uint32_t *) DEVICE_ID3;

debugging
Lead

Removed

 

BarryWhit
Senior III

@Semer CHERNI 

 

> New Boards are supported by the Star from Board feature: 

What exactly is the "Star from Board" feature?

 

 

- If someone's post helped resolve your issue, please thank them by clicking "Accept as Solution".
- Please post an update with details once you've solved your issue. Your experience may help others.