• 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 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 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...