• meaning of sizes in the .map file
    What's the exact meaning of the "Code (inc. data)", "Debug" sizes in the .map file? Why is the Debug-size so big? Code (inc. data) RO Data RW Data ZI Data Debug Object Name 208 72 0 4 0 94225...
  • what is the meaning of "TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;"
    hi i am so novice in coding at keil and also work with arm i want to know what is the meaning of " TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;" in arm coding?????
  • Meaning of operator %=
    Hello everybody, I have seen the operator %= used in a code meant for Keil C. Can somebody explain me its purpose? Thanks. www.8051projects.net/.../forum_viewtopic.php char getchar() ...
  • IRQ meaning
    Does using the __irq at the end of the function automatically calls itself when an interrupt occurs? for e.g. void ISR_TIMER0(void) __irq { int interrupt; //-------------------------- if( T0IR...
  • meaning of weak pull-ups
    Hello, can anyone please explain me the purpose of weak pull-ups resistor of a port? What are they used for? thanx in advance, M.