• Intel Hex file incorrect format with scatter load
    I'm using Keil V4.72.10.0 Tools version (including fromelf hex file generator) is V5.03.0.76 My product has a memory mapped Flash and RAM. Part of the flash is used for code and part of the flash...
  • Incorrect scatterloading!!!
    Hi,I'm using AT91SAM9260-EK to develop prototype of a Thermal Printer. I'm using the MDK3.50 & ARM-RL3.50 and AT91SAM9260-EK code example as framework of my project. The problem is with the scatter...
  • incorrect hex generation from keil (no values for jump addresses)
    hi i am using keil uVision3. i have written a simple code in assemply language which contains jump instructions like sjmp,jnz jb . when i generate the hex file from this asm file all the other values...
  • simulator / incorrect baudrate
    I'm using a Philips 87lpc764 controller with compiler v6.02/simulator v2.02. When initializing the serial port, the transmit/receive baudrate of serial window of the similator always changes to zero...
  • Incorrect work of the sprintf function
    char str [4]; sprintf (str, "%.2x", 0x01);//Conversion of byte to the 2nd bit hexadecimal value I expect in str[0] 0 character, in str[1] 1 character, that is '0' and '1'. As a result function...