2024-03-19 03:07 AM - edited 2024-03-25 03:35 AM
We are pleased to announce you that the official release of STM32CubeMX V6.11.0 is available.
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.
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
2024-03-29 08: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.
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.
2024-04-05 01: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;
2024-05-12 02:42 AM - edited 2024-05-12 02:56 AM
Removed
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?