• 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; ...
  • Turn off LJMP in Compiler
    Is there any way to have the compiler NOT generate LJMP's and other jumps that use absolute addresses? I'm asking because I'm trying to copy a Flash loader into RAM, and so I'd like all my jumps...
  • 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...