• turn off the optimizer
    I have two subroutines with exactly same content but different names. I want them to be located in different addresses. I don't want the two subroutines to share same code, and I set the optimizer...
  • Turn off all optimizations?
    I was following a tutorial that was showing how the ARM processor worked and it used a main like this: int main() { int counter = 0; ++counter; ++counter; ++counter; ++counter; return 0; ...
  • CoreSight component could be turned off?
    Note: This was originally posted on 3rd April 2013 at http://forums.arm.com hi, experts: I learned CoreSight component is used to help debug hardware/software bugs. So after finished debugging tasks,...
  • How to turn off DHCP enforcement.
    I had cause to bring home, my office Win7 PC with my AMD FirePro™ V4900 graphics card at the weekend (pressure of work) and tried to plug in my ulink into a usb port. I kept getting an error with the...
  • uV4 Editor Colored Tabs... can they be turned off...?
    In prior versions of uVision, one could turn workbook mode on or off, but in uVision4 it looks like the workbook mode is called "Editor Tabs", and one can make them show up in color or monochrome. Can...