• Memory coruption when compiler optimization is on
    Working with a Freescale Kinetis K60. When file optimization is set at level 1. Optimize for time is on. Cross-module optimization is off. We see a RAM variable that gets corupted. This variable is passed...
  • 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 levels
    Hello all, I'm using uVision v2.2a and C compiler v6.22. As you all know uVision have several optimization levels. After selecting one of the optimization levels and rebuild my project, where can I...
  • Optimization Levels
    Why are there several optimization levels as on would always want to optimize the code to maximum?
  • 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...