Xtensa Exception
来自Jack's Lab
(版本间的差异)
(以“== Vector == ESP32: <pre> DebugExceptionVector = 0x40000280 NMIExceptionVector = 0x400002c0 KernelExceptionVector = 0x40000300 UserExceptionVector = 0x40000340 Dou...”为内容创建页面) |
|||
| 第1行: | 第1行: | ||
== Vector == | == Vector == | ||
| − | ESP32: | + | === ESP32 === |
| + | |||
| + | Exception Vector of ESP32: | ||
<pre> | <pre> | ||
| 第14行: | 第16行: | ||
GeneralException = 0x40000e14 | GeneralException = 0x40000e14 | ||
</pre> | </pre> | ||
| + | |||
| + | ==== Debug Exception ==== | ||
| + | |||
| + | <source lang=asm> | ||
| + | |||
| + | </source> | ||
<br><br> | <br><br> | ||
2016年11月20日 (日) 20:25的版本
1 Vector
1.1 ESP32
Exception Vector of ESP32:
DebugExceptionVector = 0x40000280 NMIExceptionVector = 0x400002c0 KernelExceptionVector = 0x40000300 UserExceptionVector = 0x40000340 DoubleExceptionVector = 0x400003c0 SyscallException = 0x400007cf GeneralException = 0x40000e14
1.1.1 Debug Exception