• 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
  • Initialie ROM CRC byte
    I can set a variable in the ROM area as following: #define END_CODE_SIZE 0x3FFF char code CRCbyte _at_ END_CODE_SIZE How do I set its value to says 0xAA? I can do this: char code CRCbyte = 0xAA; ...
  • 8052 data memory 128bytes or 256 byte?
    Hello, i am using 8052 in my project and according to datasheet the data memory is 256 bytes but in my code if i exceed 128 bytes the code is not compiled do i need to use it as x data memory? ...
  • 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...
  • 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...