• 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...
  • Display values larger than a long.
    I need to work with values larger than what can be fit into the 32 bit long available in the compiler. I can store the values in 5 byte arrays, but I need user interaction via a numeric dispaly and keypad...
  • Hex to bin file converter
    HI I'm trying to convert a hex file into a bin file with keil’s HEX2BIN.EXE, but I get an error: Invalid record type in HEX record 2711. LINE 2710. : 08 A940 00 021D0102 1E090000 C6 (data record) ...
  • Hex & Bin
    Hi All, What different about hex and bin file, why the MUC that can be pragraming by these two format? Thanks!
  • 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...