• Optimization issue
    Hello fellow coders, I have a problem with the following lines of code. I believe it's an optimization issue. // Is page1 full? RAM_A16 = PAGE1; if(lib.full == TRUE) { // Is page0 full? RAM_A16...
  • IAR Linking issue at High optimization level
    Hi, I am using IAR for development. When i change the compiler option from None to High, it generates below linking error Error[Lp011]: section placement failed However if i disable static clustering...
  • 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?
  • optimization question
    I want to perform math compares using constants so that we test that the compare operation performs correctly. The compiler obviously recognizes that the compare operation produces a true result with...
  • 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...