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?