• VLD1 differences between each other
    Note: This was originally posted on 30th October 2012 at http://forums.arm.com Hi Everybody! There are three instruction VLD1 in armeabi-v7a: - VLD1 (multiple single elements) on page A8-898 - VLD1 (single...
  • Hex file size ?
    hy, where can i find the file size of the compiled project (how much memory of the Target is used )? markus laibach
  • Hex file size
    HI, From forum i came to know that 1. ZI Data: Zero Initialized Data 2. RO Data are the constants. Total RAM Size = RW Data + ZI Data Total ROM Size = Code + RO Data + RW Data so size...
  • How size of hex file is calculated?
    my program size is 14kb (pgm.uvproj) and size of hex file is 25kb. now my question is how these sizes are calulated? Thanks in advance
  • Difference in size of hex file on computer and one being loaded in programmer
    hello, I have made a program in assembly language (using keil) . After creating the hex file for the project in Intel hex format the size is coming around 348 bytes. However when I am loading this file...