• volatile
    Hi, when keyword volatile is used in the C programming...i have studied in one book that this volatile keyword is a directive to the compiler's optimizer that variables declared as volatile will not...
  • volatile ?
    What is the use of declaring a variable volatile... what it means if it is specified volatile?
  • volatile keyword
    The application note suggests to wrap a timer tick variable in a function which disables all interrupts, reads and copies the variable into a temp, re-enables interrupts, then returns the temp. Can...
  • Volatile for SFR ?
    I have some Special function registers (SFR) that need to be in volatile type. How can I do this? Because when I declare: volatile sfr16 CAN0DAT = 0xD0; the compiler said that is wrong.
  • Volatile variables
    What is the meaning of Volatile used in a variable declaration? Thank's Sergio