• CRC for 256 byte data
    Can the following code be used for detecting an error in a data packet of 256 bytes? /* * Function: Do_CRC8 * * Description: * Computes the CRC value given the byte and the old CRC value as a static...
  • IAP using 256 bytes
    i am using LPC2148 ic Can i do Iap with 256 bytes? It returns error , NOT A MULTIPLE OF 4 OR INVALID when size 256 byte given. No probelm when 512 byte size used best regards robert
  • how to find what to work on when 256 bytes get full
    In a compiler I have used earlier it was possible to see directly which databytes were where in the chain so that I did not have to try moving a byte to xdata just to find out that that space was shared...
  • Usage of 24-bit ADC with AT89S52
    I want to use 24bit ADC (SPI, e.g. AD7730) with Atmel 89S52 for instrumentation purpose. I also want to use 16bit AD7705 ADC with Atmel 89S52. Please suggest best suitable variable routine within 128...
  • how to use 256 Bytes on-chip RAM of 89c51rd2bn
    hello, i am using 89c51rd2BN from philips,i want to store 100 bytes of data as buffers,presently i am storing it in the RAM,however if the 128 byte RAM exceeds,what do i do,in datasheet of 89c51rd2...