After searching everything I can find, I can't find an example of an RTX_Config.c with the RTA functionality included for the STM32 Cortex M3.
I can find many examples of RTX_Config.c with an ARM, and many examples of RTA_Config.c without RTX.
Since the Cortex does some stuff quite differently, like the systick, I haven't been able to merge anything that will even compile let alone run.
Am I missing something simple or is RTA + RTX not supported on the Cortex yet?
I have downloaded the documents and will also look at ITM_SendChar.
The RTA provided real-time variable watches and I also wanted to use it to implement ASSERT output.
The absence of the example was pointing to me being on the wrong path. :-)
Thanks from a brand new Cortex CMSIS user.