• Volatile variables
    What is the meaning of Volatile used in a variable declaration? Thank's Sergio
  • difference between volatile and const
    I would like to know the difference between volatile and const.Pls. explain it with an example.
  • Sharing information between bootloader and Application
    I am in the process of writing a boot loader for my current application and I need to share information between the 2 programs. I am using an STM32F103. For an example if my boot loader will be located...
  • Overkeen Optimisation of Volatile variable
    I have ported some code to an 8051 based processor using Keil C51 v7.06 (from Cosmic for ST7). The code worked fine with Cosmic, and indeed nearly all of it works with C51. One area is causing trouble...
  • shared variable slots
    The feature of shared variables in C is a wonderful saver of DATA space. Can the same be implemented in assembler ? Erik