First commit
authorKevin Townsend <kevin@ktownsend.com>
Mon, 14 May 2012 20:22:36 +0000 (22:22 +0200)
committerKevin Townsend <kevin@ktownsend.com>
Mon, 14 May 2012 20:22:36 +0000 (22:22 +0200)
tools/validation/startupdelay/abstract.txt [deleted file]
tools/validation/startupdelay/readme.txt [new file with mode: 0644]

diff --git a/tools/validation/startupdelay/abstract.txt b/tools/validation/startupdelay/abstract.txt
deleted file mode 100644 (file)
index 10ebc2a..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-This simple code can be used to test the startup delay, or more precisely
-the delay between the moment that reset is deasserted and code execution
-begins in main().
-
-GPIO pin 2.1 is set to output and high as soon as main is entered, so you
-simply need to monitor the reset line and GPIO 2.1 on a two-channel
-oscilliloscope, and measure the delay between the two rising edges.
\ No newline at end of file
diff --git a/tools/validation/startupdelay/readme.txt b/tools/validation/startupdelay/readme.txt
new file mode 100644 (file)
index 0000000..923cd79
--- /dev/null
@@ -0,0 +1,16 @@
+This simple code can be used to test the startup delay, or more precisely
+the delay between the moment that reset is deasserted and code execution
+begins in main().
+
+GPIO pin 2.1 is set to output and high as soon as main is entered, so you
+simply need to monitor the reset line and GPIO 2.1 on a two-channel
+oscilliloscope, and measure the delay between the two rising edges.
+
+Two sample tests results are showing for GCC with a Makefile and with
+Crossworks for ARM.  Both examples are included since the startup code
+for both project types is slightly different, with Crossworks using a
+custom startup file provided by Rowley Associates, and the LPC1343 
+Code Base using it's own startup code when compiling with make and GCC.
+
+Note: This code is only useful for measuring the time coming out of
+reset, not from a cold boot (applying power to an unpowered device).
\ No newline at end of file
This page took 0.035875 seconds and 4 git commands to generate.