How to start / stop application to trigger logic analyzer

Hello…
I have an application on an Argon that is embedded onto another PCB and I am trying to troubleshoot. I have the logic analyzer connected to the design and am trying to track down some serial communication issues (SPI, one-wire, etc.) After flashing the target it automatically begins to run. I would like to know if there is a way to halt and re-start the target at will using WorkBench without a debugger connected?

Secondly how would you recommend restarting the application without compiling and reflashing each time (should I just use the reset button)?

The reset button is a good option. You can also use the RST (reset) pin or in your code you can use any logic to call System.reset().

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.