• 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
  • How to Calculate Checksum of hex file.
    Hello All, I am using LPC2364 controller and Keil uVision5 IDE. I need to calculate checksum of Hex file each time when the device is powered on and should be compared with the pre calculated...
  • 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...
  • timing calculation
    can you please send me / explain "C51 Version 7 Operation Timings" calculation formulla which relates crystal frequency and clock divider.
  • Calculation of stack sizes...
    Hallo I wonder if there are any good methodes of calculating the stack size for ex user or IRQ stack size? Is there any "best practice"? Or is it just add up the size of data structures and/ot...