I am trying to chase down a bug that happens on a target that is not attached to a debugger, so I would like to attach at a later point to be able to debug it. Like halt a running CPU and copy the contents of RAM, and registers.
According to the TI's documentation, the minimum connection required to be able to debug CC2541 are DC, DD, RST, VDD and GND.
IAR Embedded workbench doesn't have this option.
Is there a way I can achieve this ?