• Compiler Bug? Nearly identical code compiles differently
    I'm sure you are all (including me) skeptical that what I have is a compiler bug. But I can find no other explanation. I have two lines of nearly identical code assigning a value to an array. But the...
  • Compiler Bug? Nearly identical code compiles differently
    I'm sure you are all (including me) skeptical that what I have is a compiler bug. But I can find no other explanation. I have two lines of nearly identical code assigning a value to an array. But the...
  • RV produce image too big
    Can someone tell me, which of Keil CARM and RealView generate smaller code? The problem is, RTOS (FreeRTOS) compiled with RV is so much larger than it would with CARM, beyond belief. Actually...
  • RV produce image too big
    Can someone tell me, which of Keil CARM and RealView generate smaller code? The problem is, RTOS (FreeRTOS) compiled with RV is so much larger than it would with CARM, beyond belief. Actually...
  • Determing Image Size Post Compilation
    Hello All, I am working on STM32F4 series & using Keiluvision4 as my IDE. In the startup file of my project i am reserving 4bytes space just after the vector table in the flash that would hold the...