• 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...
  • loading effect
    hey i hav tried connecting the port 2 to a 4bit encoder ht12e i hav masked d data n used only 4bits n sending it to ht12e when check d result i get +5v on pins of port 2 bt when i connect it to encoder...
  • unable to use simulator effectively
    hello, I have a project that runs on the target without a problem. I want to run the application without the bootloader on the simulator - so I setup the entry point using the --entry linker directive...
  • Determining when DEBUG is in effect
    Does anyone know how to test that the "DEBUG" compiler option (active when "Debug Information" is checked on the Target Options Output tab) is enabled? I would like a simple test such as #ifdef DEBUG...
  • 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??