STM32CubeMX 6.11.0 released
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-19 3:07 AM - edited ‎2024-03-25 3:35 AM
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.
- Where do I obtain STM32CubeMX V6.11.0?
- https://www.st.com/en/development-tools/stm32cubemx.html
- … Or update your current installation of STM32CubeMX using: Help > Check for updates
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.
- Labels:
-
STM32CubeMX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-20 10:55 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-03-29 8:59 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-04 12:49 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-05 1:11 PM
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-12 2:42 AM - edited ‎2024-05-12 2:56 AM
Removed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-08-02 10:57 PM - edited ‎2024-08-02 10:57 PM
> New Boards are supported by the Star from Board feature:
What exactly is the "Star from Board" feature?
- Please post an update with details once you've solved your issue. Your experience may help others.
