Hi Sir.

       I am using stuff what ever you are sending  to improve my coding
skills. while i am writing the coding i was strucked in Inline Assembly. I
have to write the RRC, RLC (Rotate right with carry, Rotate Left With Carry)
assembly instructions to Serial LCD programming . Could you please give me
an idea how to write Inline assembly using WinAVR and AVR Studio or other
options to write these instructions in C-Language. Waiting for your reply
ASAP.


Thank you,


On 2/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]>
wrote:

Send AVR-GCC-list mailing list submissions to
        avr-gcc-list@nongnu.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of AVR-GCC-list digest..."


Today's Topics:

   1. Multi-core AVR? (Trampas)
   2. RE: Multi-core AVR? (Eric Weddington)
   3. RE: Multi-core AVR? ([EMAIL PROTECTED])


----------------------------------------------------------------------

Message: 1
Date: Wed, 14 Feb 2007 15:14:23 -0500
From: "Trampas" <[EMAIL PROTECTED]>
Subject: [avr-gcc-list] Multi-core AVR?
To: "'AVR GCC List'" <avr-gcc-list@nongnu.org>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

I was wondering if Atmel ever thought about making a multi-core AVR chip?
Specifically I am in the need of an array of simple processors, thus have
4-8 AVRon one chip would be great, basically they could run off the same
crystal and be connect through SPI or I2C internally. Then using the
chained
JTAG they would be easy to program and such.



Of course I can design a board with several processors on it.



Trampas

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.gnu.org/pipermail/avr-gcc-list/attachments/20070214/5053dcca/attachment.html

------------------------------

Message: 2
Date: Wed, 14 Feb 2007 13:31:32 -0700
From: Eric Weddington <[EMAIL PROTECTED]>
Subject: RE: [avr-gcc-list] Multi-core AVR?
To: "'Trampas'" <[EMAIL PROTECTED]>, "'AVR GCC List'"
        <avr-gcc-list@nongnu.org>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII



> -----Original Message-----
> From:
> [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> org] On Behalf Of Trampas
> Sent: Wednesday, February 14, 2007 1:14 PM
> To: 'AVR GCC List'
> Subject: [avr-gcc-list] Multi-core AVR?
>
> I was wondering if Atmel ever thought about making a
> multi-core AVR chip? Specifically I am in the need of an
> array of simple processors, thus have 4-8 AVRon one chip
> would be great, basically they could run off the same crystal
> and be connect through SPI or I2C internally. Then using the
> chained JTAG they would be easy to program and such.

If Atmel ever considered doing such a thing, and I doubt that it has been
considered, it would take many months (or years) for it to be done. Very
likely you can't afford to wait that amount of time for your project.

> Of course I can design a board with several processors on it.

That's probably your best bet.

Eric





------------------------------

Message: 3
Date: Thu, 15 Feb 2007 09:05:07 +1000
From: <[EMAIL PROTECTED]>
Subject: RE: [avr-gcc-list] Multi-core AVR?
To: <[EMAIL PROTECTED]>, <avr-gcc-list@nongnu.org>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Perhaps an alternative is to roll your own multi-core processor with an
FPGA and some of the many 8-bit processor cores running around. This has
the advantage of you being able to select different processors for
different purposes, and also to choose the internal bussing mechanism.

Cheers,
Matthew van de Werken - Electronics Engineer
CSIRO E&M - Mining Geoscience Group
1 Technology Court - Pullenvale - 4069
p: (07) 3327 4142 * f: (07) 3327 4455 * e: [EMAIL PROTECTED]
"We do not inherit the earth from our ancestors, we borrow it from our
children."
-- Native American Proverb

        -----Original Message-----
        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Trampas
        Sent: Thursday, 15 February 2007 6:14 AM
        To: 'AVR GCC List'
        Subject: [avr-gcc-list] Multi-core AVR?



        I was wondering if Atmel ever thought about making a multi-core
AVR chip? Specifically I am in the need of an array of simple
processors, thus have 4-8 AVRon one chip would be great, basically they
could run off the same crystal and be connect through SPI or I2C
internally. Then using the chained JTAG they would be easy to program
and such.



        Of course I can design a board with several processors on it...



        Trampas

-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.gnu.org/pipermail/avr-gcc-list/attachments/20070215/9a1d06ab/attachment.html

------------------------------

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list


End of AVR-GCC-list Digest, Vol 25, Issue 14
********************************************




--
A.Ramesh
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to