This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

only EvCtrl events recorded?

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

Parents
  • Thanks. I tried to compile from source but getting compilation errors is an ISR assembler module. Undefined symbols. Will checkout the link provided.

    C:/Users/acurtis/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S(1): error: A1167E: Invalid line start
    C:/Users/acurtis/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S(2): error: A1159E: Label missing from line start

Reply
  • Thanks. I tried to compile from source but getting compilation errors is an ISR assembler module. Undefined symbols. Will checkout the link provided.

    C:/Users/acurtis/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S(1): error: A1167E: Invalid line start
    C:/Users/acurtis/AppData/Local/Arm/Packs/ARM/CMSIS/5.9.0/CMSIS/RTOS2/RTX/Source/GCC/irq_armv7m.S(2): error: A1159E: Label missing from line start

Children