Resolved! Thread suspension generates a Hard_Fault on STM32U5 with ThreadX
I am working on NUCLEO-U575ZI-Q. The code is generated with STM32CubeMX (using STM32CubeIDE) and the application uses ThreadX, which was added to the project using CubeMX.When a thread call any function that would lead to a suspension of the thread, ...