We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?