• Effects of __disable_irq()
    Hello everyone, I have a general question about disabling interrupts in ARM processors. It is quite obvious that using the __disable_irq() in privileged mode should have the effect that no interrupt...
  • BIASE bit effect on DAC
    I am using Silabs 8051F330. Can anyone tell me the effect of BIASE bit (which enables Internal Bias Generator). I could not figure it out reading the data sheet.
  • Effect of changing Optimization Level
    My code currently has an optimization level of 8. But i'm out of code space and want to change it to level 9. Is there any side effect if we use optimization level 9??
  • EFFECT OF INBUILT OPTIMIZATION LEVELS IN CX51
    Hi all, I am using Keil version "Vision3v3.53". It has 10(0-9) levels of optimization during compiling. I am working on a project where requirement is to reduce the code size. In default settings...
  • ROM() Directive Effect on Code Generation
    The ROM(small/compact/large) directive, selected by the "Code Rom Size" option in the uVision Target dialog, tells the compiler to generate ACALL / AJMP instructions inside functions (compact) or for...