搜索资源列表
IC-WRITE-TI
- 通过USB接口给TI的芯片编程,写入条码数据,运用CRC原理-Through the USB interface to TI s chip programming, bar code data is written, the use of CRC principles
CRC5_CRC16_USB
- USB2.0数据包CRC 16,TOKEN令牌包是CRC5,VerilogHDL代码 多项式y=1+x^2+x^15+x^16; y=1+x^2+x^5; 只是串行1位的代码, 并行8位,16位没有上传(USB CRC 16 , VerilogHDL code polynomial(0_2_15_16); polynomial(0_2_5))