<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>
				<dc:language>en-gb</dc:language>
				<dc:date>2009-01-08T07:24:06-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t2543.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>i have read more about this avr ..but i had still problem with my SPI. can you explain about this.. i was tested data from master to slave and slave to master.. the data received by the slave to be correct.but data received by the master from slave is different.. and also explain about the .db ..how can i store the values in rom..</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>db is an assembler directive tells assembler to store data in byte manner. to use it.. you can either give bytes to be stored in hex format separated by commas or if its a string then it will be enclosed by double quotes.. here is an example...db 0x10, 0x30, 0x45.db "this is an example"thats all.. if you want to store them in a specific location.. then.org $100.db "this will be stored at 100H"</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>MATHIVANAN</dc:creator>
						<dc:subject></dc:subject>
						<description>thanks.. but how can i recall the data from .db (assembler directive).  and also explain about my SPI PROBLEM</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>please take a look at the AVR tutorials in the Ebooks and Tutorial forum to know how to read from ROM. In brief you need to use LPM instruction.Regarding your SPI, i didn't get what you are trying to say.. Can you please be more specific with data sent from slave is different!!? which SPI device you are trying to read from?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>MATHIVANAN</dc:creator>
						<dc:subject></dc:subject>
						<description>hi ajayi am sending the data from atmega8515 and also again get the data from atmega8515 through SPI</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>you mean you are looping back? or you are sending from one ATmega8515 to another?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>MATHIVANAN</dc:creator>
						<dc:subject></dc:subject>
						<description>sure..i got the solution and also i communicate one slave with two master.. i got all solution but i not got solution about RTC?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>MATHIVANAN</dc:creator>
						<dc:subject></dc:subject>
						<description>i need to learn embedded c. can you guide me or suggest good book</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>zeeshan99s</dc:creator>
						<dc:subject></dc:subject>
						<description>any help in C ?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t2543.html">
						<title>Re: i had still problem with my SPI</title>
						<link>http://www.8051projects.net/forum-t2543.html</link>
						<dc:date>2009-01-08T07:24:06-08:00</dc:date>
						<dc:creator>zeeshan99s</dc:creator>
						<dc:subject></dc:subject>
						<description>i dont know one for bigAVR but if u jst want to know a book for concepts go for8051 micro controller by scott mcanzee .. any one who can guide me how to program SD/MMC card using bigAVR atmega 128, &amp; the compiler is codevision ..i tried the sample program which is written for WINAVR . i runs perfect without an error but i dont know how to configure it , the comments are there but language problem</description>
						</item>
				</rdf:RDF>