• Optimization error
    Is there any way to eliminate below error: ERROR L138: CODE GENERATION: PROBLEM WHEN PROCESSING INSTRUCTIONS CAUSE: JUMP TARGET OUT OF RANGE ADDRESS: 0FC9H SEGMENT: ?PR?MAIN?MAIN Optimization...
  • Luminary,Optimization gives error
    I'm using MDK303Beta2 to debug UCOS-II on LM3S MCU. At different optimization level of C/C++, diferent asm instructions will be used to build a C instrction, but sometime, the asm intstructions access...
  • __swp compiler optimization error
    Hi, I wanted to simplify my life, so instead of creating asm function I used the __swp intrinsic provided by keil compiler. After some time I have realized the program behaves incorrectly (making...
  • optimalization
    Hi. Can you tell me which level of optimalization I have to choose i Keil ARM? I'm working whith STM32F103. In WinAVR I allways had -Os (speed) but what i Keil ARM?
  • Program size error before optimizations
    Hello! I am having trouble to get an executable less than 16kB, and need some help. The program must start at 0x3C000 and have a size of less than 16kB. I can compile without error if I make...