<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Nisi's work blog &#187; uControlers</title>
	<atom:link href="http://wiki.nisi.ro/category/hardware/microcontrolers/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.nisi.ro</link>
	<description>Nisi's work blog - programing tips</description>
	<lastBuildDate>Fri, 09 Jul 2010 19:40:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>C for Atmega (GCC) Data Types</title>
		<link>http://wiki.nisi.ro/2008/03/10/</link>
		<comments>http://wiki.nisi.ro/2008/03/10/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 15:05:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atmega128]]></category>
		<category><![CDATA[uControlers]]></category>
		<category><![CDATA[1.2. C#]]></category>
		<category><![CDATA[byte]]></category>
		<category><![CDATA[Data Types]]></category>
		<category><![CDATA[GCC]]></category>
		<category><![CDATA[int]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=10</guid>
		<description><![CDATA[
Tipuri de date recunoscute de compilatorul GCC pentru microcontrolele de la Atmel
Toate Exemplele sunt testate in Avr-Studio &#38; GCC plugin

Tipuri Intregi de date
8 bit types


typedef signed char&#160;&#160;&#160;&#160;&#160;&#160;&#160; int8_t
typedef unsigned char&#160;&#160;&#160; uint8_t
    

16 bit types


typedef int&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int16_t
typedef unsigned&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int uint

32 bit types


typedef long&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; int32_t
typedef unsigned long&#160;&#160;&#160; uint32_t
    

64 bit types


typedef [...]]]></description>
		<wfw:commentRss>http://wiki.nisi.ro/2008/03/10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atmega 128 &#8211; UART Comunication</title>
		<link>http://wiki.nisi.ro/2008/03/atmega-128-uart-comunication/</link>
		<comments>http://wiki.nisi.ro/2008/03/atmega-128-uart-comunication/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 11:09:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Atmega128]]></category>
		<category><![CDATA[uControlers]]></category>
		<category><![CDATA[8 Mhz]]></category>
		<category><![CDATA[atmega128]]></category>
		<category><![CDATA[microcontroler]]></category>
		<category><![CDATA[Quartz]]></category>
		<category><![CDATA[Read UART]]></category>
		<category><![CDATA[UART0]]></category>
		<category><![CDATA[UART1]]></category>
		<category><![CDATA[UDR1]]></category>
		<category><![CDATA[Write UART]]></category>

		<guid isPermaLink="false">http://wiki.nisi.ro/?p=9</guid>
		<description><![CDATA[Exemplul este valabil pentru Atmega128 + Quartz 8MHz




Atmega 128 &#8211; UART Comunication  





UART0 


Initializare

               BaudRate 4800 se seteaza registrul UBRR1H = 0 si UBRR1L = 103
               BaudRate 9600 se seteaza registrul UBRR1H = 0; UBRR1L = 51;
               BaudRate 115200  &#8211; UBRR1H = 0; UBRR1L = 3;

Activare Linie RX, TX si intreruperea aferenta lui RX

              - pentru a se [...]]]></description>
		<wfw:commentRss>http://wiki.nisi.ro/2008/03/atmega-128-uart-comunication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
