• 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...
  • Variable sharing in RTX-51 Tiny
    Hi, I am using a global variables for producing timeouts as follows... volatile tDByte TimerStart=0,TimerEnd=0,TimerInitiated=FALSE,Timeout=FALSE; there are two tasks....task1:Clock and...
  • how to get memory slot not zeroed
    I see options for target default start size Noinit 0x20000000 0x200 V 0x20000200 0xffff v and still a variable @ 0x20001348 zeroes out on reset/run Erik what then is the meaning of...
  • Sharing variable (struct) in Bootloader with Application
    I am wanted to write a bootloader. If an application is already programmed, it transfers control to the bootloader with an interrupt call (_trap_0x7F). The bootloader needs several informations form the...
  • To share macros
    Hello!!! I program in A51 with C8051F020. In my program, I use several modules. And in thes modules, I created some macros. My question is : How is it possible to share macros from one module...