xplorer debug 时需要 spill address, 如果担心系统默认使用的 spill address 踩到了别人的memory, 可以在 code 中定义 xtensa_debug_spill_location , 这样 xplorer 就会找这个变量指定的memory 空间。
__attribute__ ((aligned(16)) volatile char __xtensa_debug_spill_location__[1024];