This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Opcode for filling unused memory

The 55x FAQ (http://processors.wiki.ti.com/index.php/55x_FAQ#How_do_I_use_Software_Breakpoint_.28estop_1.29_to_debug_my_code.3F) suggest filling unused memory with E_STOP opcodes (0x460c), but E_STOP is a NOP when a debugger is not connected.

Can someone suggest a better fill value?