• 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...
  • 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...
  • Can RealView compiler generate SMLAL/UMLAL instructions?
    Is there any way the RealView compiler can take advantage of the multiply-and-accumulate instructions of the Cortex M3? I wrote a simple MAC loop and the compiler didn't generate any SMLAL or UMLAL...
  • Can RealView compiler generate SMLAL/UMLAL instructions?
    Is there any way the RealView compiler can take advantage of the multiply-and-accumulate instructions of the Cortex M3? I wrote a simple MAC loop and the compiler didn't generate any SMLAL or UMLAL...
  • Why Keil generates differen outputs from the other compilers with the same code?
    I am using the following code in different compiler: #include <stdio.h> int main(void) { int i = 0; int b[10] = {100,101,102,103,104,105,106,107,108,109}; int c[10] = {0,1,2,3,4,5,6,7,8,9}; ...