当前位置: 首页 > 工具软件 > Xplorer > 使用案例 >

xplorer spill address

李弘光
2023-12-01

xplorer debug 时需要 spill address, 如果担心系统默认使用的 spill address 踩到了别人的memory, 可以在 code 中定义 xtensa_debug_spill_location , 这样 xplorer 就会找这个变量指定的memory 空间。

__attribute__ ((aligned(16)) volatile char __xtensa_debug_spill_location__[1024]; 
 类似资料:

相关阅读

相关文章

相关问答