• File larger than device
    I'm new in microcode, so the question may be foolish, but I can't find answer searching forum. I'm using very old AVR ISP with AT89S53 chip. I tried uVision, but found that HEX file produced, can't be...
  • how to deal with a very larger integer variable than unsigned long int ?
    hi I want to use a very larger integer variable to store a value , an unsigned long integer ( 4 bytes unsigned long integer)maybe overflow! how can i deal with this situation?
  • how to deal with a very larger integer variable than unsigned long int ?
    hi I want to use a very larger integer variable to store a value , an unsigned long integer ( 4 bytes unsigned long integer)maybe overflow! how can i deal with this situation?
  • Assigning a larger value to a bit
    bit bitVal; unsigned char byteVal; : : bitVal = byteVal; Question: How does C51 determine whether to set or clear the bit? Does it: A). Simply copy the LSB of the byteVal into the bit, or B)...
  • Why is my binary larger than is should be?
    Hi. I want to save special data at the first address of the last sector, i.e. at address 0x10007000. I do it like this const unsigned char CANNodeAddress__attribute__((section(".ARM.__at_0x00007000...