• Output hex file size increased while compiling the same code in 5.33 from 4.54
    Hi All, I am trying to generate the hex file in Keil 5.33 for one of our existing code which was developed in Keil 4.54 version for the same target. I am getting the following error while building...
  • Output hex file size increased while compiling the same code in 5.33 from 4.54
    Hi All, I am trying to generate the hex file in Keil 5.33 for one of our existing code which was developed in Keil 4.54 version for the same target. I am getting the following error while building...
  • Why does the Keil compiler generate bad code for the DS400C80?
    The following code: fwsUniChar c; fwsUniChar *temp; temp=p->inPtr; c = *temp; temp++; p->inPtr = temp; correctly increments the pointer p by 0x01 instead of fwsUniChar c = p->inPtr...
  • Why does the Keil compiler generate bad code for the DS400C80?
    The following code: fwsUniChar c; fwsUniChar *temp; temp=p->inPtr; c = *temp; temp++; p->inPtr = temp; correctly increments the pointer p by 0x01 instead of fwsUniChar c = p->inPtr...
  • why the keil can not generate .elf file using winarm compiler
    I want to compile a project using winarm ,and it generate hex file as expected,but when i want to load it into the at91sam7s256'flash,an error named"can not load file elf and I also can not find the...