Skip to content

Instantly share code, notes, and snippets.

@solusipse
Created October 6, 2015 03:50
Show Gist options
  • Save solusipse/b3a13e6578d97db97c27 to your computer and use it in GitHub Desktop.
Save solusipse/b3a13e6578d97db97c27 to your computer and use it in GitHub Desktop.
esp8266 exception codes
Cause code Name
0 IllegalInstructionCause
1 SyscallCause
2 InstructionFetchErrorCause
3 LoadStoreErrorCause
4 Level1InterruptCause
5 AllocaCause
6 IntegerDivideByZeroCause
7
8 PrivilegedCause
9 LoadStoreAlignmentCause
10
11
12 InstrPIFDataErrorCause
13 LoadStorePIFDataErrorCause
14 InstrPIFAddrErrorCause
15 LoadStorePIFAddrErrorCause
16 InstTLBMissCause
17 InstTLBMultiHitCause
18 InstFetchPrivilegeCause
19
20 InstFetchProhibitedCause
21
22
23
24 LoadStoreTLBMissCause
25 LoadStoreTLBMultiHitCause
26 LoadStorePrivilegeCause
27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment