• How i can use __task?
    Hello, Why i don't can use __task using the uVision 3 (evaluation version), because the editor recognize the directive, but the compiler no? Any assistance is appreciated
  • SFR access without keyword "sfr"
    Hi, I'm trying to access SFR memory using the hexa address of the SFR and using only "C" instructions. Since SFR memory is accessed by direct addressing mode, like the first 128 bytes of internal...
  • Volatile keyword
    IU have a variable which can be chyanged outside the interrupt but inside the ISR it is only read. Its value don't change in it. Should it be volatile.
  • __Packed Keyword
    i am using keil3.34 gnu complier. below code is related real view complier typedef __packed union { WORD W; __packed struct { BYTE L; BYTE H; } WB; } WORD_BYTE; now how __packed keyword using...
  • __irq keyword
    Hi all, I use a STR912 device from ST. In the examples from their library, the interrupt functions are not preceeded with the __irq keyword. 2 questions : What is the difference between a...