From 41289e6d8f1767547a33fea349866e928e44910f Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 2 Mar 2009 07:46:20 -0700 Subject: [PATCH] minor s51.1 formatting fixes Signed-off-by: Keith Packard --- s51/s51.1 | 9 +++++---- 1 file 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 -- 2.30.2