From aa336cdd74bf0e67829ecc0032e0073e268ae11d Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 11 Jul 2012 15:56:12 +0000 Subject: [PATCH] LP43xx... disable debug traps on hardfaults git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4929 42af7a65-404d-4744-a932-0658087f49c3 --- configs/lpc4330-xplorer/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/lpc4330-xplorer/README.txt b/configs/lpc4330-xplorer/README.txt index d26595f2cdf..48f9fd22342 100644 --- a/configs/lpc4330-xplorer/README.txt +++ b/configs/lpc4330-xplorer/README.txt @@ -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: