<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forums.obdev.at/app.php/feed/topic/10250" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2016-01-26T04:52:05+02:00</updated>

	<author><name><![CDATA[Objective Development Forums]]></name></author>
	<id>https://forums.obdev.at/app.php/feed/topic/10250</id>

		<entry>
		<author><name><![CDATA[bt101]]></name></author>
		<updated>2016-01-26T04:52:05+02:00</updated>

		<published>2016-01-26T04:52:05+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=10250&amp;p=30764#p30764</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=10250&amp;p=30764#p30764"/>
		<title type="html"><![CDATA[usbasploader without prog button and timeout?]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=10250&amp;p=30764#p30764"><![CDATA[
Hi<br /><br />I'm using the original usbasploader.<br />I wanted two mods:<br />1. Not need to use a program button/jumper (always go into the loader when reset is hit, but not power up)<br />2. I timeout that would jump to the user code if no program was loaded<br /><br />The first item was simple enough with one simple mod (I made BootLoaderCondition return 1).<br /><br />Before working on #2, I noticed this fork project:<br /><!-- m --><a class="postlink" href="https://github.com/baerwolf/USBaspLoader">https://github.com/baerwolf/USBaspLoader</a><!-- m --><br /><br />I see it has lots of options (which is great).<br />I've been playing with the following options to accomplish the above, but just can't get it to work.<br />BOOTLOADER_ALWAYSENTERPROGRAMMODE<br />BOOTLOADER_IGNOREPROGBUTTON<br />BOOTLOADER_LOOPCYCLES_TIMEOUT<br /><br />To ignore the button, it requires I enable both BOOTLOADER_ALWAYSENTERPROGRAMMODE and BOOTLOADER_IGNOREPROGBUTTON.<br />However in that case there are two bad side effects:<br />1. It goes into the boot loader at power-up.<br />2. If it does into the boot loader (from either power up or reset) it never exits<br /><br />If I don't enable the above options, then it just never enters the boot loader.<br /><br />Does anyone know the right combination of settings to go into the loader on reset only AND ignore the prog button AND timeout?<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=2712">bt101</a> — Tue Jan 26, 2016 4:52 am</p><hr />
]]></content>
	</entry>
	</feed>
