<?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>2008-12-02T00:15:13-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-t9649.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9649.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9649.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9649.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t9649.html">
						<title>Advice neeed for the online TUTORIAL on ST Microcontroller!</title>
						<link>http://www.8051projects.net/forum-t9649.html</link>
						<dc:date>2008-12-02T00:15:13-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>hi,Anyone know about ST microcontroller from ST microelectronics, i need to make a program for this kind of microcontroller. Is there any link to the tutorial on the programming for this microcontroller ST72F521?Any advice are welcome@_@ ! thank you...Reason to use this microcontroller due to the request from my sponsor....sigh...</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9649.html">
						<title>Re: Advice neeed for the online TUTORIAL on ST Microcontroller!</title>
						<link>http://www.8051projects.net/forum-t9649.html</link>
						<dc:date>2008-12-02T00:15:13-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>ST7 Controller family... hmm..quiet new.. well what help you want.. what kind of tutorial you are looking for?you can download application notes and reading material from ST Micro's websitehttp://www.st.com/stonline/products/literature/ds/7601.htm</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9649.html">
						<title>Re: Advice neeed for the online TUTORIAL on ST Microcontroller!</title>
						<link>http://www.8051projects.net/forum-t9649.html</link>
						<dc:date>2008-12-02T00:15:13-08:00</dc:date>
						<dc:creator>nicholastyc</dc:creator>
						<dc:subject></dc:subject>
						<description>hi Ajay i am looking for some examples code or the code explanations for the ST microcontroller, do you know is there any website that i can refer to? i already read on the datasheet, its not very helpful to the newbie that wan to make program on the micro ! =(</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9649.html">
						<title>Re: Advice neeed for the online TUTORIAL on ST Microcontroller!</title>
						<link>http://www.8051projects.net/forum-t9649.html</link>
						<dc:date>2008-12-02T00:15:13-08:00</dc:date>
						<dc:creator>sashijoseph</dc:creator>
						<dc:subject></dc:subject>
						<description>The software user manual provided by ST has code examples for all peripherals.Seems quite self-explanatory.For eg. the ADC library func. code (pg 33) .......This program converts the analog value on channel 5 of the ST72F62 device to a digital value./* Program start */#include “st7lib_config.h” /* Select st72F62 device */void main (void);void main(void){unsigned int Conv_Data1; /* Variable to get the converted digital value */unsigned char channel = 5;ADC_Init ((unsigned char )ADC_SPEED | (unsigned char )ADC_ONESHOT); /* FADC= FCPU/4 */ADC_Select_Channel (channel); /* Channel 5 selected */ADC_Enable (); /* Start conversion */while (ADC_Test_Conversn_Complete () == FALSE);Conv_Data1 = ADC_Conversn_Read (); /* Read the converted value */ADC_Disable () ;Nop; /* Macro defined in st7lib_config.h */}/* Program end */Plz go through the this manual ... http://www.st.com/stonline/products/literature/um/11774.pdfGo through the parts you're interested in and if you find any difficulties,post here...</description>
						</item>
				</rdf:RDF>