Hello,
I am using the CMSISrtxSignals tutorial project to experiment with the EventRecorder. I followed the setup instructions here setup event recorder.
When the application runs, the only events in the recorder are:
The filter has all RTX events enabled.
All of the Event Recorder Configuration options are enabled in RTX_Config.h
Why don't any of the RTX events appear in the recorder window?
Thanks
You have only selected the wrong assembler in your project. Please open the µVision dialog 'Options for Target', then select the tab 'Asm', and then select 'armclang (Auto Select )' for 'Assembler Option'. This should solve the errors.
Thank you! I would not have figured that out.