Re: CCITT in C++ for AVR
- From: David Kelly <n4hhe@xxxxxxxxx>
- Date: Sun, 27 Nov 2005 16:37:05 -0600
In article <dmcctj$1dkq$1@xxxxxxxxxxxxxxx>, RadGar <radgar45@xxxxxxxxx>
wrote:
> Hi,
>
> First of all - I'm a total newbie to AVR or other microcontrollers
> programming so forgive any mistakes I make.
#1 mistake is the thought of using C++ in an embedded application such
as you describe.
> To the subject now - I have no idea what type of compilers are
> available for such microcontrollers (AVR etc). What I'd like to know is
> there any library with CCITT (or other) calculation function. I'm aware
> there are many source codes for that on the web, but I'd still would go
> with the library function (just easier for the people to use it) - the
> speed is not an issue. It's just easier to point other people to the lib
> function in the documentation instead of making them type some code I
> present in the doc.
If you must use a solution from a can then at least the 16 bit version
comes in avr-libc, the most common library used with avr-gcc.
http://www.nongnu.org/avr-libc/user-manual/group__util__crc.html
Avr-gcc (including the Windows package of avr-gcc called WinAVR) is a
very good C compiler and environment for AVR development.
.
- Follow-Ups:
- Re: CCITT in C++ for AVR
- From: RadGar
- Re: CCITT in C++ for AVR
- References:
- CCITT in C++ for AVR
- From: RadGar
- CCITT in C++ for AVR
- Prev by Date: Re: VB6.0
- Next by Date: hc908 development kit.
- Previous by thread: Re: CCITT in C++ for AVR
- Next by thread: Re: CCITT in C++ for AVR
- Index(es):
Relevant Pages
|