saleae / jtag-analyzer

Saleae JTAG Analyzer
MIT License
17 stars 4 forks source link

Fix: Bubbles would not appear on TDI / TDO channels until the analyzer was restarted #1

Closed Marcus10110 closed 3 years ago

Marcus10110 commented 3 years ago

Simple issue, the mTdi/mTdo data members are not initialized when SetupResults() is called, they are set in Setup(), which is called at the top of the worker thread. Restarting the analyzer would fix this, as long as those channels were still in use.

timreyes commented 3 years ago

I can confirm the fix works with their capture file now, without needing to restart the analyzer