Resolved! FileX + CMake + CM33 = error
I'm trying to build a STM32U5 (THREADX_ARCH = cortex_m33) project that use FileX (https://github.com/STMicroelectronics/stm32-mw-filex) with CMake.I encounter an error that say "FileX/ports/cortex_m33/gnu" is not an existing directory.Why Cortex m33 ...