I created an extension for Saleae’s Logic 2 that I used a lot when debugging my system’s performance over SPI.
It’s proved very useful to understand what is happening on the device and thought others might find it useful as well.
You can find the source code here: GitHub - luisschubert/morse_micro_spi_analyzer
Note that currently the analyzer can only make sense of what the complete address is when it gets the full trace from the beginning otherwise it shows unknown window. but it’s generally easy to deduce from the trace all the major transactions are 8011XXXX, but looking at the window update register commands will show that.

