LOGIN   :::   RECOVER PASS   :::   GET ACCOUNT    
Browse
  • Projects
  • Code (CVS)
  • Forums
  • News
  • Articles
  • Polls
  •  
    OpenCores
  • FAQ
  • CVS HowTo
  • Mission
  • Media
  • Tools
  • Sponsors
  • Mirrors
  • Logos
  • Contact us
  •  
    Tools
  • Search
      
  • Download Cores (CVSGet)
  •  
    More
  • Wishbone
  • Perlilog
  • EDA tools
  • OpenTech CD
  •  
    Navigation: All forums > Usb > Message List > Message Post

    Message

    Reply | Reply all
    Date Prev | Date Next | Thread Prev | Thread Next Date Index | Thread Index

    From: "RE Tambunan" <kebloo@m...>
    Date: Thu, 21 Feb 2002 19:51:17 +0700
    Subject: Re: [usb] crc algorithm
    Top

    On 20 Feb 2002 at 11:10, Madhusudhan Rao wrote:
    
    > HiTambunan,
    >    G(x) = x^16+x^15+x^2+1 for  1000000000000101B.
    >    G(x) = x^5+x^2+1 for  00101B.
    > X^5 in the above expression will give u information as
    > you are using 5 bit crc. otherwise we will not have
    > any idea that how much crc polynomial length.
    > I hope the above explanation is clear to u.
    > If u still not clear i will send u an example code for
    > crc aslo.
    Hello Madhu,
    
    Thanks for the information. You are right about X^5
    indicates using 5-bit CRC. Some on-line CRC document
    I've already collected also said about that. But...(CMIIW...)
    it's just an indication of type of CRC used. Because
    CRC (or remainder in CRC math calculation) will always
    no more than 5 bits. The question is why the Generator
    Polynomial (or divisor in CRC math calculation)  also be
    represented in 5 binary bits pattern not 6 bits ?...
    
    I'm really thankfull if you could send me your example
    code of CRC, because it could help me understand this
    matter.
    
    > 
    > Best regards
    > Madhu
    > 
    Best Regard,
    
    
    RE Tambunan
    
    
    

    ReferenceAuthor
    [usb] crc algorithmKebloo
    Re: [usb] crc algorithmMadhusudhan Rao

    Follow upAuthor
    Re: [usb] crc algorithmMadhusudhan Rao

     
    Copyright (c) 1999 OPENCORES.ORG. All rights reserved.