• 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?????
  • 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 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() ...
  • What means 'LPC1343 Flash.BAT'?
    Hello, every time when I build my u-Vision project appears a .BAT file in the project folder. For example: I use u-Vision MDK 4 basic. I develop the LPC 1343 from NXP. When I build the project I create...