Xtensa
Xtensa
magicse7en
这个作者很懒,什么都没留下…
展开
-
Xtensa处理器客制化介绍
Xtensa处理器客制化介绍 Source: https://www.youtube.com/watch?v=rwq-Go44Y5U Here’s a fun and fast way to understand how Cadence® Tensilica® Xtensa® processors work, and how you can easily use them to offl...原创 2021-03-09 01:43:12 · 682 阅读 · 0 评论 -
xplorer spill address
xplorer debug 时需要 spill address, 如果担心系统默认使用的 spill address 踩到了别人的memory, 可以在 code 中定义 xtensa_debug_spill_location , 这样 xplorer 就会找这个变量指定的memory 空间。 __attribute__ ((aligned(16)) volatile char __xtensa_debug_spill_location__[1024]; ...原创 2020-12-10 00:30:39 · 319 阅读 · 0 评论