2023-12-27 08:50 AM - last edited on 2024-01-04 08:06 AM by KDJEM.1
Stm32CubeIDE 1.14.0, STM32CubeMX 6.10.0, STM32CubeFW_U5 V1.4.0, X-CUBE-FREERTOS.1.1.0
This started with the Stm32CubeIDE 1.14.0 release and worked fine in 1.13.x. It happens for new projects and migrated projects. I'm using it with an STM32U5.
Go into the Task and Queues tab in FreeRTOS and add a Queue. Change the Item Size to uint32_t. This needs to be different. Click OK. The item size is uint16_t (the default). Edit it and it's uint16_t. You can't change it in the UI.
I need to manually create a Queue to be able to set the item size.
Solved! Go to Solution.
2024-03-22 12:54 AM
Hello @boxtor ,
The issue is fixed in STM32CubeMX 6.11.0.
Thank you for your contribution in STCommunity.
Kaouthar
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-01-04 08:16 AM
Hello @boxtor ,
Thank you for bringing this issue to our attention.
I reported this issue internally.
Internal ticket number: 169960 (This is an internal tracking number and is not accessible or usable by customers).
Thank you.
Kaouthar
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-22 12:54 AM
Hello @boxtor ,
The issue is fixed in STM32CubeMX 6.11.0.
Thank you for your contribution in STCommunity.
Kaouthar
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-04-22 11:33 AM
Does the STM32CubeMX fix address the STM32CubeIDE problem also?
2024-04-23 01:16 AM
Hi @mccabehm ,
The issue of changing the Queue item size in FreeRTOS is fixed in STM32CubeMX 6.11.0 and STM32CubeIDE1.15.0 versions.
Thank you.
Kaouthar
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.