LP43xx... disable debug traps on hardfaults

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4929 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-07-11 15:56:12 +00:00
parent 63f844e16c
commit aa336cdd74

View File

@ -360,6 +360,12 @@ Code Red IDE
configuration file when you build NuttX. That option is necessary to build
in debugging symbols.
NOTE 3: There are few things that NuttX has to do differently if you
are using a debugger. Make sure that you also set CONFIG_DEBUG=y. Nothing
also is needed and no debug output will be generated; but NuttX will
use CONFIG_DEBUG=y to mean that a debugger is attached and will deal
with certain resets and debug controls appropriately.
Troubleshooting. This page provides some troubleshooting information that
you can use to verify that the LPCLink is working correctly: