<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'AVR or ARM microcontroller for starting' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'AVR or ARM microcontroller for starting' posted on the 'Embedded / RTOS' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 23:29:56 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 23:29:56 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>AVR or ARM microcontroller for starting</title>
      <link>http://www.programmersheaven.com/mb/embedded/393622/393622/avr-or-arm-microcontroller-for-starting/</link>
      <description>hello,&lt;br /&gt;
i have a fine knowledge about 8051 and fine grip on assembly language.&lt;br /&gt;
now what should i start AVR  or ARM microcontroller for further knowledge in embedded.&lt;br /&gt;
regards&lt;br /&gt;
navnish kumar&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/embedded/393622/393622/avr-or-arm-microcontroller-for-starting/</guid>
      <pubDate>Sun, 12 Jul 2009 09:10:03 -0700</pubDate>
      <category>Embedded / RTOS</category>
    </item>
    <item>
      <title>Re: AVR or ARM microcontroller for starting</title>
      <link>http://www.programmersheaven.com/mb/embedded/393622/394143/re-avr-or-arm-microcontroller-for-starting/#394143</link>
      <description>HI,,&lt;br /&gt;
&lt;br /&gt;
As long you as know how to program embedded systems, then go for ARM. because AVR will be almost the same as 8051. I did like that ,i started with 8051 then moved to 32 bit ARM.&lt;br /&gt;
But everything depends on what you want to develop at the end.&lt;br /&gt;
You might find AVR easier to be adopted to your application.&lt;br /&gt;
&lt;br /&gt;
i.e. Go for ARM&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/embedded/393622/394143/re-avr-or-arm-microcontroller-for-starting/#394143</guid>
      <pubDate>Fri, 24 Jul 2009 11:03:52 -0700</pubDate>
      <category>Embedded / RTOS</category>
    </item>
    <item>
      <title>Re: AVR or ARM microcontroller for starting</title>
      <link>http://www.programmersheaven.com/mb/embedded/393622/396505/re-avr-or-arm-microcontroller-for-starting/#396505</link>
      <description>hi,&lt;br /&gt;
  you should realize that the concept of Embedded is very general, it refers to many aspects. I think you should study different knowledge according to your choose.&lt;br /&gt;
  1. If you want to do something related hardware and drive development, I have some advise to you :&lt;br /&gt;
     1) you should study C well. Though some time we use assembly language, C is main and used mostly. &lt;br /&gt;
     2) you at least be familiar with a microcontroller, whatever a AVR MCU, or a ARM MCU. You should know it's basic principle and function, such as interrupt mode, clock management, power management etc.&lt;br /&gt;
     3) know some general devices' Operating mode and protocal, such SPI, USB, DMA, SDCard, etc. It's useful to develop application later, in different MCU, these devices' hardware maybe different, but there are similar principle and protocal.&lt;br /&gt;
     4) then you can study some things about RTOS, such as ucos, freertos, etc. It's useful to design some multitask and real-time projects.&lt;br /&gt;
&lt;br /&gt;
 2. But if you want to develop embedded application base on embedded OS, you can:&lt;br /&gt;
     1) study something about bootloader, it will help you to understand the startup of the system.&lt;br /&gt;
     2) choose a embedded OS to start, linux or WinCE, this depends on youself. But no matter which OS, you have to spend a lot of time to study.&lt;br /&gt;
     3) you'd better to know how to build a OS, and develop driver base on a OS.&lt;br /&gt;
&lt;br /&gt;
  &lt;a href="http://www.coocox.org"&gt;a free and open RTOS&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/embedded/393622/396505/re-avr-or-arm-microcontroller-for-starting/#396505</guid>
      <pubDate>Fri, 04 Sep 2009 04:46:10 -0700</pubDate>
      <category>Embedded / RTOS</category>
    </item>
    <item>
      <title>Re: AVR or ARM microcontroller for starting</title>
      <link>http://www.programmersheaven.com/mb/embedded/393622/397632/re-avr-or-arm-microcontroller-for-starting/#397632</link>
      <description>To start with ARM microcontrollers you'd better get some evaluation tools, such as development board, JTAG Debugger,flash programmer, embedded IDE, etc. There is a website which covers the these tools for your reference: &lt;a href="http://www.embedinfo.com/en"&gt;http://www.embedinfo.com/en&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/embedded/393622/397632/re-avr-or-arm-microcontroller-for-starting/#397632</guid>
      <pubDate>Tue, 15 Sep 2009 01:09:25 -0700</pubDate>
      <category>Embedded / RTOS</category>
    </item>
    <item>
      <title>Re: AVR or ARM microcontroller for starting</title>
      <link>http://www.programmersheaven.com/mb/embedded/393622/418245/re-avr-or-arm-microcontroller-for-starting/#418245</link>
      <description>can you help me how to reverse arm frimware &lt;br /&gt;
and &lt;br /&gt;
how undrstand arm assembly&lt;br /&gt;
how to write arm assembly code and debug it in windows xp&lt;br /&gt;
which program  can do it&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/embedded/393622/418245/re-avr-or-arm-microcontroller-for-starting/#418245</guid>
      <pubDate>Mon, 09 Aug 2010 07:12:03 -0700</pubDate>
      <category>Embedded / RTOS</category>
    </item>
  </channel>
</rss>