<div dir="ltr">I wonder how safe this is... Seems like it would be flirting with a few race conditions, depending on what is needed after startup (timers, etc)...?<div>Thanks,</div><div>Josh</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 9, 2018 at 8:00 PM, Pete Soper via TriEmbed <span dir="ltr"><<a href="mailto:triembed@triembed.org" target="_blank">triembed@triembed.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div 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="">
  </div>

<br>______________________________<wbr>_________________<br>
Triangle, NC Embedded Computing mailing list<br>
<a href="mailto:TriEmbed@triembed.org">TriEmbed@triembed.org</a><br>
<a href="http://mail.triembed.org/mailman/listinfo/triembed_triembed.org" rel="noreferrer" target="_blank">http://mail.triembed.org/<wbr>mailman/listinfo/triembed_<wbr>triembed.org</a><br>
TriEmbed web site: <a href="http://TriEmbed.org" rel="noreferrer" target="_blank">http://TriEmbed.org</a><br>
To unsubscribe send admin mail: mailto:<a href="mailto:unsubscribe@triembed.org">unsubscribe@triembed.<wbr>org</a><br>
<br>
<br></blockquote></div><br></div>