summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-03-02 07:46:20 -0700
committerKeith Packard <keithp@keithp.com>2009-03-02 07:12:54 -0800
commit41289e6d8f1767547a33fea349866e928e44910f (patch)
treede68270de6d7304b887d76cd30890467e3c30003
parentfdee231ed097a4348aee78fbd4aa92826b80de03 (diff)
minor s51.1 formatting fixes
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--s51/s51.19
1 files changed, 5 insertions, 4 deletions
diff --git a/s51/s51.1 b/s51/s51.1
index f17f4810..c283950e 100644
--- a/s51/s51.1
+++ b/s51/s51.1
@@ -151,14 +151,15 @@ List the things you can get info on.
This doesn't do anything and is present only to retain compatibility with
the original 8051 emulator.
.SH "BOARD BRINGUP DEBUGGING"
-.PP While the original purpose for this program was to connect the source
+.PP
+While the original purpose for this program was to connect the source
debugger with the hardware, it can also be used as a low-level hex debugger
all on its own. In particular, all of the cc1111 peripherals can be
manipulated directly from the s51 command line.
.IP "Starting s51"
If the CP2103 is plugged in, and the CC1111 is connected correctly, the
-'s51' command itself should connect to the device without trouble. Note that
-the CP2103 must have the GPIO pins configured correctly as well.
+\'s51\' command itself should connect to the device without trouble.
+Note that the CP2103 must have the GPIO pins configured correctly as well.
.IP
$ s51
.br
@@ -193,7 +194,7 @@ ADCCFG register, setting the bits in that which match the pins desired:
.IP
> set sfr 0xf2 0x3f # enable all 6 A/D inputs
.IP
-To trigger a single conversion, we as the A/D unit to perform an 'extra'
+To trigger a single conversion, we ask the A/D unit to perform an 'extra'
conversion, which means to do a single conversion not a whole sequence of
conversions. This is controlled by the ADCCON3 register at 0xB6:
.IP