• HEX-386 or HEX-80
    Hi, I have a query that when i am using code banking for my MCU, it generates n number of hex files, where n is no. of banks. The extension is .H01, .H02,....... Otherwise it shows error *** ERROR...
  • LX51 usage , hex 386 file format
    Hi We are using 8052 in our project. The project specifications are: Keil PK51, Code banking with 2 code banks (using external 128K EPROM), 32K external SRAM, LX51 Linker, generating Intel 386...
  • Hex To Decimal
    hi all, i am getting data from serial port so it is in character form my function is like this <per> { idata char arr[15]={0}; int i,j; arr[i++]=getkey(); while(( arr[i++] = getCharX(...
  • changing hex value to decimal
    hi, how to change the value of hex to decimal For example from hex "0x15" to decimal 15 or in hex like 0x0f. do we have any option in keil or any other way. Thankyou arun.
  • A/D hex to decimal conversion
    Hi ALL, Iam working on the ADUC816QS ,Iam performing A/D conversion , now iam getting hex value for different input voltages, how to convert it to decimal,how to implement the floating point conversion...