2.10. When selecting microcontrollers in the STM32U5 series

When creating a new STM32U5 project, enabling the JPEG peripheral and generating the code, the Utilities/JPEG folder containing the JPEG source files is not generated. To avoid this issue the user should add the missing folder manually by copying it from this path:

Users\<User_name>\STM32Cube\Repository\STM32Cube_FW_U5_Vx.y.z\Utilities

An issue may be encountered after upgrading the X-CUBE-FREERTOS package from version 1.3.0 to 1.3.1: CMSIS-RTOS2 Tasks and Queues are no longer visible in the “Tasks and Queues” tab.

A preprocessor error may occur in the compilation of STM32U5 projects because the #include statements in main.h were not properly delimited by newlines.

Regarding the cohabitation between Azure® RTOS USBX and USB Power Delivery, the VID and PID of USB Power Delivery and USBX are not automatically aligned. VID/PID values must be aligned manually.

To avoid compilation issues when one DMA channel request is activated for one TIMx peripheral, replace htim_xx by htim_base.