diff options
author | bryan newbold <bnewbold@twinleaf.com> | 2014-11-05 23:21:36 -0800 |
---|---|---|
committer | bryan newbold <bnewbold@twinleaf.com> | 2014-11-05 23:24:29 -0800 |
commit | 9f92a40429794704ea33fb48d4cd8e894eeadfe0 (patch) | |
tree | eb486aca312ebd25a6d28a3e42a68989fea46b32 /electronics | |
parent | b2f5ba408f8c7678dd45001e45e79c0c4463f41a (diff) | |
download | knowledge-9f92a40429794704ea33fb48d4cd8e894eeadfe0.tar.gz knowledge-9f92a40429794704ea33fb48d4cd8e894eeadfe0.zip |
stm32: hardfault references
Diffstat (limited to 'electronics')
-rw-r--r-- | electronics/stm32.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/electronics/stm32.txt b/electronics/stm32.txt index 4678b06..d8b817c 100644 --- a/electronics/stm32.txt +++ b/electronics/stm32.txt @@ -39,3 +39,11 @@ load_blackmagic.gdb: attach 1 load quit + +References +============= + +Keil Application Note 209: Using Cortex-M3 and Cortex-M4 Fault Exceptions + +ARM Cortex-M3 HardFault Status Register Documentation: +http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0553a/Cihdjcfc.html |