<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: IDE witn Win7 32Bit can&#039;t find DFU device</title>
		<link>http://forums.leaflabs.com/topic.php?id=964</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:15:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=964" rel="self" type="application/rss+xml" />

		<item>
			<title>BJ Freeman on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964&amp;page=2#post-11475</link>
			<pubDate>Sat, 30 Jun 2012 19:00:31 +0000</pubDate>
			<dc:creator>BJ Freeman</dc:creator>
			<guid isPermaLink="false">11475@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;so far I still have not been able to load code into the maple board.&#60;br /&#62;
I believe it has to-do with the Driver code compiled for Win7 based on the above report.&#60;br /&#62;
can someone give me where the code for the driver is located so I can see how it was compiled and debug this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BJ Freeman on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-11030</link>
			<pubDate>Fri, 01 Jun 2012 12:19:36 +0000</pubDate>
			<dc:creator>BJ Freeman</dc:creator>
			<guid isPermaLink="false">11030@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;it seems this is a maple-ide-0.0.12-windowsxp32\drivers that gets loaded to talk to the board&#60;/p&#62;
&#60;p&#62;an unbutu shows&#60;/p&#62;
&#60;p&#62;Found DFU: [0x1eaf:0x0003] devnum=12, cfg=0, intf=0, alt=0, name=&#34;DFU Program RAM 0x200000C00&#34; and a similar line with alt=1 and &#34;FLASH 0x08005000&#34;.&#60;/p&#62;
&#60;p&#62;win7 shows&#60;br /&#62;
 Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=0, name=&#34;UNDEFINED&#34;&#60;br /&#62;
 Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=1, name=&#34;UNDEFINED&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BJ Freeman on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-11029</link>
			<pubDate>Fri, 01 Jun 2012 11:07:21 +0000</pubDate>
			<dc:creator>BJ Freeman</dc:creator>
			<guid isPermaLink="false">11029@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;thanks. Tried with -D and without same response.&#60;br /&#62;
&#60;em&#62;C:\projects\maple\maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin&#38;gt;dfu-util&#60;br /&#62;
-a1 -c 1 -i 0 -d 1eaf:0003 -D HelloWorld.cpp.bin -R&#60;br /&#62;
dfu-util 0.6&#60;/p&#62;
&#60;p&#62;Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.&#60;br /&#62;
Copyright 2010-2012 Tormod Volden and Stefan Schmidt&#60;br /&#62;
This program is Free Software and has ABSOLUTELY NO WARRANTY&#60;/p&#62;
&#60;p&#62;Filter on vendor = 0x1eaf product = 0x0003&#60;br /&#62;
Opening DFU capable USB device... Cannot open device&#60;/em&#62;&#60;br /&#62;
do you have it working on Win 7?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tormod on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-11016</link>
			<pubDate>Fri, 01 Jun 2012 03:19:09 +0000</pubDate>
			<dc:creator>tormod</dc:creator>
			<guid isPermaLink="false">11016@http://forums.leaflabs.com/</guid>
			<description>&#60;blockquote&#62;&#60;p&#62;I have a command script&#60;br /&#62;
C:\projects\maple\maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin&#38;gt;dfu-util -U -a0 -d 1EAF:0003 -D HelloWorld.cpp.bin -R
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;This is wrong, you are trying to upload -U and download -D at the same time. It is probable that -a0 is consumed as the required file name for the -U option.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BJ Freeman on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-11011</link>
			<pubDate>Thu, 31 May 2012 20:12:32 +0000</pubDate>
			<dc:creator>BJ Freeman</dc:creator>
			<guid isPermaLink="false">11011@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok&#60;br /&#62;
if I do a dfu-util -l at command line&#60;br /&#62;
just as I hit reset I get:&#60;br /&#62;
Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=0, name=&#34;UNDEFINED&#34;&#60;br /&#62;
Found DFU: [1eaf:0003] devnum=0, cfg=1, intf=0, alt=1, name=&#34;UNDEFINED&#34;&#60;/p&#62;
&#60;p&#62;I have a command script&#60;br /&#62;
C:\projects\maple\maple-ide-0.0.12-windowsxp32\hardware\tools\arm\bin&#38;gt;dfu-util -&#60;br /&#62;
U -a0 -d 1EAF:0003 -D HelloWorld.cpp.bin -R&#60;br /&#62;
dfu-util 0.6&#60;/p&#62;
&#60;p&#62;Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.&#60;br /&#62;
Copyright 2010-2012 Tormod Volden and Stefan Schmidt&#60;br /&#62;
This program is Free Software and has ABSOLUTELY NO WARRANTY&#60;/p&#62;
&#60;p&#62;Filter on vendor = 0x1eaf product = 0x0003&#60;br /&#62;
Opening DFU capable USB device... Cannot open device&#60;/p&#62;
&#60;p&#62;if I do this through the IDE&#60;/p&#62;
&#60;p&#62;Loading via dfu-util&#60;br /&#62;
Resetting to bootloader via DTR pulse&#60;br /&#62;
Searching for DFU device [1EAF:0003]...&#60;br /&#62;
dfu-util 0.6&#60;/p&#62;
&#60;p&#62;Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.&#60;br /&#62;
Copyright 2010-2012 Tormod Volden and Stefan Schmidt&#60;br /&#62;
This program is Free Software and has ABSOLUTELY NO WARRANTY&#60;/p&#62;
&#60;p&#62;Couldn't find the DFU device: [1EAF:0003]&#60;/p&#62;
&#60;p&#62;so something is not being passed from the IDE
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BJ Freeman on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-11008</link>
			<pubDate>Thu, 31 May 2012 16:22:15 +0000</pubDate>
			<dc:creator>BJ Freeman</dc:creator>
			<guid isPermaLink="false">11008@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok I installed the .06 and now get&#60;br /&#62;
dfu-util 0.6&#60;/p&#62;
&#60;p&#62;Copyright 2005-2008 Weston Schmidt, Harald Welte and OpenMoko Inc.&#60;br /&#62;
Copyright 2010-2012 Tormod Volden and Stefan Schmidt&#60;br /&#62;
This program is Free Software and has ABSOLUTELY NO WARRANTY&#60;/p&#62;
&#60;p&#62;Found Runtime: [0a5c:2046] devnum=0, cfg=1, intf=3, alt=0, name=&#34;UNDEFINED&#34;&#60;/p&#62;
&#60;p&#62;but this is my bluetooth not the Maple
&#60;/p&#62;</description>
		</item>
		<item>
			<title>BJ Freeman on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-10979</link>
			<pubDate>Wed, 30 May 2012 05:43:38 +0000</pubDate>
			<dc:creator>BJ Freeman</dc:creator>
			<guid isPermaLink="false">10979@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Ok I have read the other posts.&#60;br /&#62;
so here is what I have&#60;br /&#62;
win 7 starter&#60;br /&#62;
Maple board&#60;br /&#62;
Maple 00.12 IDE&#60;br /&#62;
working on uploading first program (blink).&#60;/p&#62;
&#60;p&#62;The Blue LED is blinking relatively fast.&#60;br /&#62;
Loading via dfu-util&#60;br /&#62;
Resetting to bootloader via DTR pulse&#60;br /&#62;
Searching for DFU device [0x1EAF:0x0003]...&#60;br /&#62;
dfu-util - (C) 2007-2008 by OpenMoko Inc.&#60;br /&#62;
This program is Free Software and has ABSOLUTELY NO WARRANTY&#60;/p&#62;
&#60;p&#62;Couldn't find the DFU device: [0x1EAF:0x0003]&#60;/p&#62;
&#60;p&#62;when the DTR is sent I see the blue LED slow down&#60;/p&#62;
&#60;p&#62;as a side note:&#60;br /&#62;
I installed&#60;br /&#62;
libusb-win32-bin-1.2.6.0&#60;br /&#62;
from source forge.&#60;br /&#62;
It does not install under the USB devices as a Port.&#60;br /&#62;
However the utility&#60;br /&#62;
testlibusb-win.exe&#60;br /&#62;
does show the correct address 0x1EAF:0x0003&#60;br /&#62;
for the USB.&#60;br /&#62;
I had to deinstall it since the USB port was not available.&#60;br /&#62;
when I reran testlibusb-win with the USB Port showing&#60;br /&#62;
it did not find the maple USB Device.&#60;/p&#62;
&#60;p&#62;So there is a way to get the USB to register as but not in the Maple driver.&#60;br /&#62;
so my focus is what needs to be changed in the dfu-util code so I get the ComPort on USB and get the registration of 0x1EAF:0x0003 so dfu can talk to the board.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>uke on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-6019</link>
			<pubDate>Sat, 20 Aug 2011 07:12:08 +0000</pubDate>
			<dc:creator>uke</dc:creator>
			<guid isPermaLink="false">6019@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi I'm having the &#34;DFU not found&#34; problem with a Maple Mini, except I have Win7 64bit. I've tried to my best ability things like the perpetual bootloader mode and changing the dfu-util compatibility. The serial port is correct, and I know the Mini is OK as it is found and works OK with an identical IDE setup on another machine, but running XP. But my Win7 laptop is my primary work PC and not being able to use it for Maple is something of a nuisance. Any ideas what I could try?  &#60;/p&#62;
&#60;p&#62;IDE error message: &#60;/p&#62;
&#60;p&#62;Reset via USB Serial Failed! Did you select the serial right serial port?&#60;br /&#62;
Assuming the board is in perpetual bootloader mode and continuing to attempt dfu programming...&#60;/p&#62;
&#60;p&#62;Searching for DFU device [1EAF:0003]...&#60;br /&#62;
dfu-util - (C) 2007-2008 by OpenMoko Inc.&#60;br /&#62;
This program is Free Software and has ABSOLUTELY NO WARRANTY&#60;/p&#62;
&#60;p&#62;Couldn't find the DFU device: [1EAF:0003]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brybry on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-5979</link>
			<pubDate>Fri, 12 Aug 2011 21:39:20 +0000</pubDate>
			<dc:creator>brybry</dc:creator>
			<guid isPermaLink="false">5979@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I do not have an Olimex board either.  The problem that I had with dfu-util.exe in Windows Vista had nothing to do with a particular board, bootloader, etc...  I believe it was an issue with JRE, but I don't know for sure.  I simply wanted to mention my fix because it may be relevant to laloArm's situation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>poslathian on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-5959</link>
			<pubDate>Wed, 10 Aug 2011 14:03:59 +0000</pubDate>
			<dc:creator>poslathian</dc:creator>
			<guid isPermaLink="false">5959@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;If the manufacturer did not provide windows 7 instructions, I would assume that most of the caveats for Maple on windows 7 still apply. See the many threads on that subject. the short answer is that Maple *will* run on windows 7, but there is a reason why we dont have an official windows 7 release and mark that OS as unsupported.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-5958</link>
			<pubDate>Wed, 10 Aug 2011 09:41:18 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">5958@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I do not own the Olimex board, however I strongly believe since they've based off the maple design, and referred to leaflabs several time including:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;SOFTWARE:&#60;br /&#62;
 1.  MAPLE &#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;4. We add Li-Ion rechargable battery power supply option with BUILD-IN on&#60;br /&#62;
board charger, so when you attach battery it is automatically charged and kept in&#60;br /&#62;
this state until the other power source (USB or external adapter) is removed and it&#60;br /&#62;
AUTOMATICALLY will power the board - no jumpers, no switches!&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;They'd release their own board configuration for the MapleIDE if it was different enough to warrant it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>StephenFromNYC on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-5957</link>
			<pubDate>Wed, 10 Aug 2011 09:06:59 +0000</pubDate>
			<dc:creator>StephenFromNYC</dc:creator>
			<guid isPermaLink="false">5957@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hello-&#60;/p&#62;
&#60;p&#62;If I understand zoofdxp's short response I agree with zoofdxp.&#60;/p&#62;
&#60;p&#62;laloArm's question is about hardware which is not made by LeafLabs.  The Olimex board manufacturer claims it is compatible with the Maple and they claim it runs the LeafLabs software.&#60;/p&#62;
&#60;p&#62;Personally, I agree that laloArm should have sent the question to Olimex first.  If Olimex was not able to solve the problem it would have been interesting to learn about their response.&#60;/p&#62;
&#60;p&#62;crenn and brybry, are you describing your Windows 7 and Vista experiences using the same Olimex board used by laloArm?  crenn, from your other helpful posts I know that you have been using Windows 7 and Maple boards.&#60;/p&#62;
&#60;p&#62;I assume the Olimex board enters perpetual bootloader mode and that all the tricks such as using XP compatibility mode also work, but these assumptions may not be true since the Olimex board and the Maple are slightly different.&#60;/p&#62;
&#60;p&#62;The LeafLabs team has provided support to users working with the STM32 Discovery boards made by st.com.  The ability of libmaple to work on a board (from the manufacturer of the Maple microcontrollers) which is not designed to work with libmaple I assume provides some reassurance to the LeafLabs team that they did a great job designing the Maple.&#60;/p&#62;
&#60;p&#62;laloArm, if you are able to get the Olimex board to work using the advice from crenn and brybry please let us know.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://forums.leaflabs.com/profile.php?id=843&#34;&#62;Stephen from NYC&#60;/a&#62; (full disclosure: I am not a member of the LeafLabs staff)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brybry on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-5947</link>
			<pubDate>Tue, 09 Aug 2011 13:07:22 +0000</pubDate>
			<dc:creator>brybry</dc:creator>
			<guid isPermaLink="false">5947@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;I had a similar problem with Windows Vista, and I had to set dfu-util.exe to run in XP Compatibility mode.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>crenn on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-5937</link>
			<pubDate>Mon, 08 Aug 2011 16:59:32 +0000</pubDate>
			<dc:creator>crenn</dc:creator>
			<guid isPermaLink="false">5937@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;zoodfxp, he's in the right place then!&#60;br /&#62;
&#60;a href=&#34;http://www.olimex.com/dev/olimexino-stm32.html&#34; rel=&#34;nofollow&#34;&#62;http://www.olimex.com/dev/olimexino-stm32.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;laloArm, I can confirm that the Maple bootloader does work with Win 7 32-bit. To enter perpetual bootloader, please press reset and immediately after you let go, hold down the BUT button until the LED flashes slowly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zoofdxp on "IDE witn Win7 32Bit can&#039;t find DFU device"</title>
			<link>http://forums.leaflabs.com/topic.php?id=964#post-5930</link>
			<pubDate>Sun, 07 Aug 2011 14:32:48 +0000</pubDate>
			<dc:creator>zoofdxp</dc:creator>
			<guid isPermaLink="false">5930@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Take a moment and think about what you are asking and who you are asking it to.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
