rtic-scope / cargo-rtic-scope

Non-intrusive ITM tracing/replay toolset for RTIC programs with nanosecond timestamp accuracy.
16 stars 4 forks source link

Ignore ThreadMode events #116

Closed tmplt closed 2 years ago

tmplt commented 2 years ago

The default execution mode for ARMv7-M is known as "ThreadMode". When RTIC executes a task (special or not),it temporarily enters the interrupt handler mode. This move is signalled over ITM but is not related to any one certain task. The event can thus safely be ignored in recovery.