I am trying to enable the run-time thread performance information facilities of ThreadX. I added the ThreadX Source module to my Synergy project under Hal/Common Modules. I updated the Properties to set the Thread Performance Info property to Enabled, saved the configuration, and built the project. Everything seemed OK except that when I load and run the compiled project, execution does not make it to my mainThread_entry function. Execution progresses through main OK and makes its way into tx_application_define where it executes mainThread_create OK, performs the g_hal_init OK and then disappears into tx_application_define_user. Any ideas what I might be doing wrong to setup the run-time thread performance facilities? If I just disable the Thread Performance Info property, everything goes back to operating normally.
This is running on the SK-S7G2 eval board.