Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

getting started with AT91SAM7S64

15 views
Skip to first unread message

nares...@gmail.com

unread,
Jun 22, 2006, 4:13:47 AM6/22/06
to
HI ALL
i m new to microcontrollers straight away started to work with
AT91SAM7S64
can anyone assist me how to get started with ADC
TIA
naresh

Richard

unread,
Jun 22, 2006, 8:11:28 AM6/22/06
to
<nares...@gmail.com> wrote in message
news:1150964027.3...@r2g2000cwb.googlegroups.com...

Atmel provide drivers for the ADC. See the file lib_AT91SAM7S64.h.

Regards,
Richard.

http://www.FreeRTOS.org
*Now for ARM Cortex-M3!*


nares...@gmail.com

unread,
Jun 27, 2006, 2:20:08 AM6/27/06
to

Richard wrote:

> Atmel provide drivers for the ADC. See the file lib_AT91SAM7S64.h.

thanq richard for ur suggestion.
can u provide me a sample code so tat i can make my task easy?
can u tell me the whole procedure explaining ADC with the sample code?

TIA
ps:i m desperate to know it.

Richard

unread,
Jun 30, 2006, 5:29:15 AM6/30/06
to


Sure, where shall I send my quote for doing your work?

nares...@gmail.com

unread,
Jul 5, 2006, 3:23:01 AM7/5/06
to

hi,
can anyone tell me the function of '<<' in AT91SAM7S64.
i mean when i write (1<<19) or anything else ,what does it signify?
plz help me.

regards,
naresh.

domini...@gmail.com

unread,
Jul 5, 2006, 5:26:58 AM7/5/06
to
nares...@gmail.com wrote:
> can anyone tell me the function of '<<' in AT91SAM7S64.
> i mean when i write (1<<19) or anything else ,what does it signify?

This is C, and has nothing to do with the AT91SAM7S64. You really
should learn that language before trying any further steps with a uC.
<< is the left-shift operator, shifting the left-hand argument to the
left by an amount specified with the right-hand argument.

Regards,

Dominic

Jaba

unread,
Jul 5, 2006, 10:35:50 AM7/5/06
to

--

<nares...@gmail.com> wrote in message
news:1152084181.9...@a14g2000cwb.googlegroups.com...

You have to invest time in learning, which means reading and helping
yourself, then, when you are stuck, asking questions. Not the other way
around.

It seems everything you need to know is here:

http://www.amazon.com/gp/product/0131103628/sr=8-1/qid=1152109971/ref=pd_bbs_1/102-4387267-2664962?ie=UTF8
http://www.google.co.uk/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2006-08,GGLG:en&q=C+operator+reference
http://www.atmel.com/dyn/resources/prod_documents/doc6175.pdf

You can use Google, right?


dglu...@gmail.com

unread,
Jul 26, 2006, 5:52:52 AM7/26/06
to

shift move << 19 bit.

that's all.

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1
^
1 << 19

1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
^

0 new messages