<?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/1887" />

	<title>Objective Development Forums</title>
	
	<link href="https://forums.obdev.at/index.php" />
	<updated>2009-10-14T02:30:15+02:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2009-10-14T02:30:15+02:00</updated>

		<published>2009-10-14T02:30:15+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1887&amp;p=11350#p11350</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=11350#p11350"/>
		<title type="html"><![CDATA[Re: Makefile how to create the .eep file]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=11350#p11350"><![CDATA[
how do i make a software with which i can write specific information at specified memory of AVR microcontroller?<br /><br />do i use this command as well?<p>Statistics: Posted by Guest — Wed Oct 14, 2009 2:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-11-12T16:05:57+02:00</updated>

		<published>2008-11-12T16:05:57+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6652#p6652</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6652#p6652"/>
		<title type="html"><![CDATA[Makefile how to create the .eep file]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6652#p6652"><![CDATA[
Thanks Christian, sometimes the things are so easy...<br /><br /><div class="codebox"><p>Code: </p><pre><code>main.hex:   main.bin<br />   rm -f main.hex<br />   avr-objcopy -j .text -j .data -O ihex main.bin main.hex<br />   avr-objcopy -j .eeprom -O ihex main.bin main.eep<br /></code></pre></div><br /><br />This gives you main.hex and main.eep .<br /><br />Regards,<br /><br />Dirk<p>Statistics: Posted by Guest — Wed Nov 12, 2008 4:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[christian]]></name></author>
		<updated>2008-11-12T15:50:46+02:00</updated>

		<published>2008-11-12T15:50:46+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6651#p6651</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6651#p6651"/>
		<title type="html"><![CDATA[Makefile how to create the .eep file]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6651#p6651"><![CDATA[
As far as I know, this is done with avr-objcopy. Don't know the section name to extract, but I'm sure you can find it with a web search.<p>Statistics: Posted by <a href="https://forums.obdev.at/memberlist.php?mode=viewprofile&amp;u=8">christian</a> — Wed Nov 12, 2008 3:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2008-11-12T12:50:33+02:00</updated>

		<published>2008-11-12T12:50:33+02:00</published>
		<id>https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6647#p6647</id>
		<link href="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6647#p6647"/>
		<title type="html"><![CDATA[Makefile how to create the .eep file]]></title>

		
		<content type="html" xml:base="https://forums.obdev.at/viewtopic.php?t=1887&amp;p=6647#p6647"><![CDATA[
Hi !<br /><br />My Application is using the EEPROM memory and defines some constants in it. How do i modify the makefile, that it generates the .eep file with the EEPROM values in it? With the default makefile there is no output for this file.<br /><br />Regards,<br /><br />Dirk<p>Statistics: Posted by Guest — Wed Nov 12, 2008 12:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
