rtic-scope / cargo-rtic-scope

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

Finalize `cortex-m-rtic-trace` #96

Closed tmplt closed 2 years ago

tmplt commented 2 years ago

cortex-m-rtic-trace must be finalized before release. The following must be done:

Unfortunately, I do not think we can close #88.

tmplt commented 2 years ago

Something else to consider: the two watch variables are adjacent to each other. If they end up on the same page in memory, could we possibly end up with spurious events? What about user-code variables? Need we completely isolate the variables from other code, but also from eachother?