• 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
  • Usage of full 256 bytes of AT89S52
    I want to use full 256 bytes of RAM of 89S52. I am neither using Interrupts nor Timers. KEIL gives error of overflow over 128 bytes. I want to use SFRs RAM area to be included for my program(for float...
  • Assembler data space 8052
    I am writing assembler code for the 8052, which has 256 bytes of on board RAM (00-FFh) Tools are A51 ver 6.20c and BL51 ver 4.21 I am using defining the stack in the IDATA segment. If any of the stack...
  • 8052 internal data allocation-> linker chokes at 128-byte boundry
    I am using a TI TUSB3200 (8052 core + USB & audio I/O) and am having trouble with an L107 ADDRESS SPACE OVERFLOW error message when linking. I use the standard STARTUP.A51 with IDATALEN = 100H, as...