<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Apropos Shane's discussion of trying to get an Atmega going quickly,
I hacked a 328p to use the internal 8mhz clock with 0ms startup
delay. Then I hacked the C runtime code to skip zeroing data, etc
and instead go directly from the boot reset vector to setting the
pin's DDR and the PORT high. I triggered on the five volt supply
coming up (yellow trace) and timed to the point where I could get a
GPIO pin driven high (blue trace). It takes right at 400usec and is
very repeatable.<br>
-Pete<br>
<br>
<img src="cid:part1.E5138B64.05F0D103@soper.us" alt="">
</body>
</html>