• To calculate the Hex file size at run time
    Hi Everyone, whether it is possible for find the Hex file size during run time and update in the particular location.
  • 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 ?
    hy, where can i find the file size of the compiled project (how much memory of the Target is used )? markus laibach
  • Auto calculation of array size
    Dear all, For some reason, I need to declare an array like that #define STRING2_DESCRIPTOR_LENGTH 16 BYTE code product_string_descriptor[] = { STRING2_DESCRIPTOR_LENGTH, 0x03, 'U', 0x00, 'S...
  • dynamic array size calculation
    config.h: ========= #define STRING 0x03 #define USB_MANUFACTURER_NAME {'T'<<8, 'E'<<8, 'S'<<8, 'T'<<8, '1'<<8} #define USB_MN_LENGTH 5 // (sizeof(USB_MANUFACTURER_NAME) >> 1) usb_enum.h: ======= struct...