• 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 data variable?
    Hi, I have a question about shared memory... I have a bootloader and a program running on a 8051 (different projects,burnt together on the chip at different locations) and I need them to share a...