Resolved! ThreadX, printf() and hard fault problem
I have a very simple ThreadX app build with CubeMX, all settings default, the only relevant change is this code: void tx_app_thread_entry(ULONG thread_input) { static uint32_t c = 1; /* USER CODE BEGIN tx_app_thread_entry */ printf("Starting Th...