Hi!  

  I'm  writing  table-based  crc16  calculation algoritm. So, I should
store this table somewhere.

  Is that enough:

const uint16_t CRC16_8005_TABLE [256] = {
0x0000,0x8005,0x800f,0x000a,0x801b,0x001e,0x0014,0x8011,0x8033,0x0036,0x003c,
...
};

  Or I need to use somewhat from <avr/pgmspace.h>? If so, how should I
do that?


                                          Best regards,
                                                        Kreyl

                                          mailto: [EMAIL PROTECTED]
                                             ICQ: 171094105



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

Reply via email to