Question
CubeMX does not persist critical STM32U5 USBX and FILEX settings
CubeMX 6.18 does not persist two critical STM32U5A5 USBX and FileX settings when their values are entered as multiplication expressions in the form N*1024. This results in incorrect macros being generated in the app_azure_rtos_config.h header. The correct minimum values are provided below.
UX_APP_MEM_POOL_SIZE 40*1024
FX_APP_MEM_POOL_SIZE 2*1024
USBX_MEMORY_STACK_SIZE 24*1024In the case of the STM32U5G9, CubeMX does not persist the USBX System Stack Size setting. The minimum required value is 24 KB.


