• code optimization
    hai, i am working on STR912FW42 Microcontroller using uvision3 compiler. how can i use the code optimization levels. i got the errors while i have change the optimization levels. i want explanation...
  • code optimization
    hai, i am working on STR912FW42 Microcontroller using uvision3 compiler. how can i use the code optimization levels. i got the errors while i have change the optimization levels. i want explanation...
  • Optimizing code size
    Hi, I am developing an application for ARM lpc2102.The code size is very critical so I decided to look for list file generated by Keil: var | = EXPAND LDR R0=var LDRB R1,[R0,#0x0] MOV R0,#0x1 ORR...
  • Optimizing specific code
    Hi, I'm searching of an optimization of the following code: void prepareData(uint16_t* dataOut, uint16_t* dataIn, uint32_t length) { uint32_t i; for (i = 0; i < length; i += 2) { dataOut[i]...
  • Optimizing code size
    Hi, I am developing an application for ARM lpc2102.The code size is very critical so I decided to look for list file generated by Keil: var | = EXPAND LDR R0=var LDRB R1,[R0,#0x0] MOV R0,#0x1 ORR...