• 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.
  • Interrupt received value not updating automatically
    Hello, I am working with serial communication interrupt in LPC1768. In that I am receiving a three parameter data in the form of string as X:2341Y:114Z:75 via serial interrupt. After receiving...
  • hex values
    hello my question is that i want 16 Byte hex address by combining to 8 byte hex values as follows: unsigned long addr; unsigned char buf[3]; buf[0]=0x81; // msb buf[1]=0x23; // lsb ... printf(...
  • Fill Memory Automatically with 0x00 in the Hex File
    How do you stuff memory with 0x00 for the remainder of a hex file after the image file automatically? I have tried to use an external file which I set to --last in the misc control under the Linker...
  • Change value of ?B_NBANKS
    I want to change the ?B_NBANKS from 8 to 16, but i got this error A80: BANK SWITCH CODE IS BIGGER THAN 256 BYTES. How to solve this problem? Akram