So far, I've been developing code to run on the internal memory of the device. Debugging has worked OK on my XDS100 emulator. The code has now grown such that it now requires the use of external memory. I've built the code to put '.text' into external memory at 0x80000. It builds OK, and the debug session seems to start up OK, but if I try to do anything other than single-step, the system seems to just free-run. Any ideas what I'm missing? Thanks for your help, Julian.